1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

Fix broken readme code snippets

This commit is contained in:
adfoster-r7 2023-06-26 13:23:13 +01:00
parent 0339cb0e31
commit bb662d67ff

@ -35,7 +35,6 @@ Building with VS2019 works with any version, including community. If you have an
If you don't have an installation ready, follow these steps: If you don't have an installation ready, follow these steps:
1. Install [Chocolatey](https://chocolatey.org). 1. Install [Chocolatey](https://chocolatey.org).
```
2. Install VS with all the required components by running the following command in Powershell: 2. Install VS with all the required components by running the following command in Powershell:
``` ```
choco install visualstudio2019community -y --package-parameters "--config C:\YOUR_PATH\metasploit-payloads\c\meterpreter\vs-configs\vs2019.vsconfig" choco install visualstudio2019community -y --package-parameters "--config C:\YOUR_PATH\metasploit-payloads\c\meterpreter\vs-configs\vs2019.vsconfig"