Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kotleni committed Jul 3, 2023
1 parent 5cc949e commit 47c19ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ for apple cpu:
## Linux (Ubuntu)
1. Open terminal
2. Execute this commands in terminal one by one
```apt install gcc
```apt install gcc make
git clone https://github.com/kotleni/csgo-run
cd csgo-run
```
3. Start building ```make linux```
4. Done

## Linux (Arch)
1. Open terminal
2. Execute this commands in terminal one by one
```pacman -Sy gcc make glibc
git clone https://github.com/kotleni/csgo-run
cd csgo-run
```
Expand Down

0 comments on commit 47c19ca

Please sign in to comment.