Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/zer0k-z/cs2kz_metamod into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Nov 9, 2023
2 parents 38b9dea + 2919a18 commit 90f7a1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ ambuild
```

Note: does not work with gcc!

Linux (Docker w/ Valve SDK Image):
```
mkdir build
docker build -t cs2kz-linux-builder .
docker run --rm -v ./build:/app/build cs2kz-linux-builder
```

Copy the contents of `build/package/` to your server's `csgo/` directory.

0 comments on commit 90f7a1d

Please sign in to comment.