Skip to content

Commit

Permalink
Merge pull request #1 from aquaminer/patch-1
Browse files Browse the repository at this point in the history
installation command fix
  • Loading branch information
JackNoordhuis authored Mar 1, 2019
2 parents 81ef0ab + 3947240 commit 2d6db7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modification.**
### Installation
There are currently no releases for this tool so you'll have to clone from github and install composer dependencies yourself:
```bash
$ git clone [email protected]:JackNoordhuis/MinecraftPacketDebugger.git && composer install
$ git clone [email protected]:JackNoordhuis/MinecraftPacketDebugger.git && cd MinecraftPacketDebugger && composer install
```

You will most likely run into errors running `composer install` with a normal php binary, you should install and use a
Expand Down Expand Up @@ -62,4 +62,4 @@ not planned but feel free to add it yourself if you'd like.
#

__The content of this repo is licensed under the GNU Lesser General Public License v3. A full copy of the license is
available [here](LICENSE).__
available [here](LICENSE).__

0 comments on commit 2d6db7d

Please sign in to comment.