1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-02 11:36:22 +01:00

Update with correct project URI

This commit is contained in:
Brent Cook 2016-03-31 11:34:12 -05:00
parent a4f32abad9
commit be88efcb54

View File

@ -29,8 +29,8 @@ For Meterpreter to build correctly, these submodules must be initialised and upd
like so:
``` bash
$ git clone https://github.com/rapid7/meterpreter
$ cd meterpreter
$ git clone https://github.com/rapid7/metasploit-payloads
$ cd metasploit-payloads
$ git submodule init && git submodule update
```