Skip to content

Commit

Permalink
add readme for guiding install rust
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Oct 22, 2023
1 parent 1153a53 commit a71c29b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ FluffyChat is an open source, nonprofit and cute matrix messenger app. The app i
- And much more...

## Setup
For macOS or Linux, execute the following command in Terminal.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
For Windows, you can use the [Rust Installer](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe).

In case you have Rust already installed, make sure to update it to latest version:

```bash
rustup update
```
### Flutter
```
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit a71c29b

Please sign in to comment.