@@ -6,28 +6,29 @@ A Discord Rich Presence integration for [@42School](https://github.com/42School)
66## Installation
77
88** New** : you can now use it directly at school without downloading anything!
9- Just execute ` /sgoinfre/goinfre/Perso/aguiot--/public/RP42 & `
9+ Just execute ` /sgoinfre/goinfre/Perso/aguiot--/public/RP42 & `
10+ Or make an alias: ` alias RP42="/sgoinfre/goinfre/Perso/aguiot--/public/RP42 &" `
1011
1112You can also download a prebuilt binary from the [ releases] ( https://github.com/triinoxys/RP42/releases ) page, or build it yourself.
1213To build it:
13- 1 . Clone the repo: ` git clone https://github.com/triinoxys/RP42.git `
14+ 1 . Clone the repo: ` git clone https://github.com/triinoxys/RP42.git `
14152 . Install dependencies: ` shards install ` (no deps right now)
15- 3 . Compile: ` crystal build src/RP42.cr --release --no-debug `
16+ 3 . Compile: ` crystal build src/RP42.cr --release --no-debug `
1617
1718## Usage
1819
1920Just execute the file (in background): ` /sgoinfre/goinfre/Perso/aguiot--/public/RP42 & `
20- (or ` ./RP42 & ` if you downloaded/built it)
21+ (or ` ./RP42 & ` if you downloaded/built it)
2122
2223## Contributing
2324
24- 1 . Fork it (< https://github.com/triinoxys/RP42/fork > )
25- 2 . Create your feature branch (` git checkout -b my-new-feature ` )
26- 3 . Commit your changes (` git commit -am 'Add some feature' ` )
27- 4 . Push to the branch (` git push origin my-new-feature ` )
28- 5 . Create a new Pull Request
25+ 1 . Fork it (< https://github.com/triinoxys/RP42/fork > )
26+ 2 . Create your feature branch (` git checkout -b my-new-feature ` )
27+ 3 . Commit your changes (` git commit -am 'Add some feature' ` )
28+ 4 . Push to the branch (` git push origin my-new-feature ` )
29+ 5 . Create a new Pull Request
2930
3031## Contributors
3132
32- - [ triinoxys/aguiot--] ( https://github.com/triinoxys ) - creator and maintainer
33- - [ Anana] ( https://github.com/ananagame ) - contributor (RichCrystal)
33+ - [ triinoxys/aguiot--] ( https://github.com/triinoxys ) - creator and maintainer
34+ - [ Anana] ( https://github.com/ananagame ) - contributor (RichCrystal)
0 commit comments