Remove summary/detail wrappers

This commit is contained in:
adfoster-r7
2021-09-06 11:25:59 +01:00
parent efafe49e74
commit 020d3b05a1
2 changed files with 3 additions and 11 deletions
@@ -105,7 +105,7 @@ Congratulations! You have now set up a development environment and the latest ve
## Optional: Set up the REST API and PostgreSQL database
<details><summary>The following optional section describes how to manually install PostgreSQL and set up the Metasploit database. Alternatively, use our Omnibus installer which handles this more reliably. Click to expand.</summary>
The following optional section describes how to manually install PostgreSQL and set up the Metasploit database. Alternatively, use our Omnibus installer which handles this more reliably. Click to expand.
1. Confirm that the PostgreSQL server and client are installed:
@@ -133,11 +133,9 @@ $ ./msfconsole -qx "db_status; exit"
Congratulations! You have now set up the [Metasploit Web Service (REST API)][msf-web-service] and the backend database.
</details>
## Optional: Tips to speed up common workflows
<details><summary>The following section is optional but may improve your efficiency. Click to expand.</summary>
The following section is optional but may improve your efficiency. Click to expand.
- Making sure you're in the right directory to run `msfconsole` can become tedious, so consider using the following Bash alias:
@@ -187,8 +185,6 @@ rake spec
```
You should see over 9000 tests run, mostly resulting in green dots, a few in yellow stars, and no red errors.
</details>
# Great! Now what?