Update README.md

This commit is contained in:
Adrian Woźniak 2019-05-18 12:29:37 +02:00 committed by GitHub
parent cb4a80ebcf
commit 8bda7f99e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Text editor in rust
curl https://sh.rustup.rs -sSf | sh curl https://sh.rustup.rs -sSf | sh
sudo apt-get install -q -y libsdl2-dev libsdl2-2.0-0 libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev sudo apt-get install -q -y libsdl2-dev libsdl2-2.0-0 libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
rustup run nightly cargo build --all -rr rustup run nightly cargo build --all -rr
rustup rustup run nightly cargo run -p rider-editor
``` ```
## Road map ## Road map