Skip to content

Commit f2f7bfa

Browse files
authored
Update README.md
1 parent f121df8 commit f2f7bfa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ cd gravity-sim
1313
cargo build --release
1414
```
1515

16-
***Note***: To get debug lines build without `--release`
16+
***Note***: To get debug lines build without `--release` \
17+
***Note***: On Linux you need to install `libasound2-dev` to build the project, on Debian-Based distros run the following command:
18+
```sh
19+
sudo apt-get install libasound2-dev
20+
```
1721

1822
## Controls
1923

@@ -31,4 +35,4 @@ cargo build --release
3135
**[E]** To raise placement or velocity line elevation \
3236
**[Q]** To lower placement or velocity line elevation \
3337
**[UP]** To increase placed object mass \
34-
**[DOWN]** To decrease placed object mass
38+
**[DOWN]** To decrease placed object mass

0 commit comments

Comments
 (0)