Skip to content

Commit ba6329d

Browse files
Update README.md
Add info about devlogs to readme
1 parent 9107bdf commit ba6329d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can find a web version [here](https://maddymakesgames.github.io/celeste_rs/)
88
Native versions will be found [here](https://github.com/maddymakesgames/celeste_rs/releases).
99

1010
If you would like to compile a native version yourself you will need [the rust compiler](https://www.rust-lang.org/learn/get-started).<br>
11-
The gui library we use, [egui](https://github.com/emilk/egui), requires that extra libraries be installed on linux. On debian based distros you can install them with this command:<br>
11+
The gui library we use, [egui](https://github.com/emilk/egui), also requires that extra libraries be installed on linux. On debian based distros you can install them with this command:<br>
1212
`
1313
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
1414
`
@@ -17,3 +17,5 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib
1717
Please provide feedback or bug reports via github issues. If you would like to contribute you can make a pull request and I can look over it.
1818

1919
If you would like to contact me directly I am on discord as `@maddymakesgames`.
20+
21+
I also make monthly dev logs on my [cohost](https://cohost.org/mads) under the [#celeste_rs](https://cohost.org/mads/tagged/celeste_rs) tag

0 commit comments

Comments
 (0)