Skip to content

Commit

Permalink
Adjust Docker doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Mar 7, 2023
1 parent 9a54d1a commit ae973cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ If you are unfamiliar with how building SourceMod plugins works, you can use [Do
Get5 [from source](https://github.com/splewis/get5). A precompiled image is available:

```shell
docker pull nickdnk/get5-build:latest
docker pull nickdnk/get5-build:1.10.0-6545-sp-fix
```

If run from the repository root, this would put the compiled plugin into a `builds` folder. You could of course replace
`$PWD/builds` with any other path to move the output there.

```shell
docker run --rm -v $PWD:/get5src -v $PWD/builds:/get5/builds nickdnk/get5-build:latest
docker run --rm -v $PWD:/get5src -v $PWD/builds:/get5/builds nickdnk/get5-build:1.10.0-6545-sp-fix
```

!!! warning "Custom builds are unsupported"
Expand Down

0 comments on commit ae973cf

Please sign in to comment.