Remove summary/detail wrappers
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user