1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-24 10:09:49 +02: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

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