mirror of
https://github.com/agersant/polaris
synced 2025-03-01 05:47:18 +00:00
Updated install instructions to use nightly channel of rust
This commit is contained in:
parent
6d41f3c90d
commit
4763d13484
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ You can now start Polaris from the start menu or from your desktop, Polaris will
|
|||
#### Dependencies
|
||||
|
||||
1. Install OpenSSL and its headers. This is most likely available from your distribution's package manager. For instance on Ubuntu, execute `sudo apt-get install libssl-dev`
|
||||
2. Install the Rust compiler by executing `curl https://sh.rustup.rs -sSf | sh` or using an [alternative method](https://www.rust-lang.org/en-US/install.html)
|
||||
2. Install the nightly Rust compiler by executing `curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly` or using an [alternative method](https://www.rust-lang.org/en-US/install.html)
|
||||
|
||||
#### Polaris installation
|
||||
1. Download the [latest release]((https://github.com/agersant/polaris/releases/latest)) of Polaris (you want the .tar.gz file)
|
||||
|
|
Loading…
Add table
Reference in a new issue