Fixed some things in readme.

pull/3/head
Revertron 3 years ago
parent f2d7db812c
commit 790dbe272a

@ -1,5 +1,5 @@
# Alfis
================
[![Rust](https://github.com/Revertron/Alfis/actions/workflows/rust_build_and_test.yml/badge.svg)](https://github.com/Revertron/Alfis/actions/workflows/rust_build_and_test.yml)
Alternative Free Identity System
@ -19,15 +19,10 @@ You don't need any additional steps to build Alfis, just stick to the MSVC versi
### On Windows (MINGW64)
If you'd rather use Gnu version of Rust you can build Alfis by these steps:
```
pacman -S git
pacman -Ss rust
pacman -S mingw64/mingw-w64-x86_64-rust
pacman -Ss cargo
pacman -S mingw64/mingw-w64-x86_64-cargo-c
pacman -S git mingw64/mingw-w64-x86_64-rust mingw64/mingw-w64-x86_64-cargo-c
git clone https://github.com/Revertron/Alfis.git
cd Alfis
cargo build
cargo run
```
### On Linux

Loading…
Cancel
Save