Skip to content

Commit

Permalink
Update source-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jan 14, 2025
1 parent 81094ab commit 5290816
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/source-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ sudo apt install clang cmake python3 ninja-build libfontconfig1-dev libfreetype-
git clone --recurse-submodules https://github.com/friction2d/friction
```

Keep the source updated with:

```
git pull && git submodule update -i --recursive
```

## Build

```
Expand Down

0 comments on commit 5290816

Please sign in to comment.