We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f121df8 commit f2f7bfaCopy full SHA for f2f7bfa
README.md
@@ -13,7 +13,11 @@ cd gravity-sim
13
cargo build --release
14
```
15
16
-***Note***: To get debug lines build without `--release`
+***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
+```
21
22
## Controls
23
@@ -31,4 +35,4 @@ cargo build --release
31
35
**[E]** To raise placement or velocity line elevation \
32
36
**[Q]** To lower placement or velocity line elevation \
33
37
**[UP]** To increase placed object mass \
34
-**[DOWN]** To decrease placed object mass
38
+**[DOWN]** To decrease placed object mass
0 commit comments