Fixed some things in readme.

This commit is contained in:
Revertron
2021-02-22 23:46:37 +01:00
parent f2d7db812c
commit 790dbe272a
+2 -7
View File
@@ -1,5 +1,5 @@
# Alfis # 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) [![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 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) ### On Windows (MINGW64)
If you'd rather use Gnu version of Rust you can build Alfis by these steps: If you'd rather use Gnu version of Rust you can build Alfis by these steps:
``` ```
pacman -S git pacman -S git mingw64/mingw-w64-x86_64-rust mingw64/mingw-w64-x86_64-cargo-c
pacman -Ss rust
pacman -S mingw64/mingw-w64-x86_64-rust
pacman -Ss cargo
pacman -S mingw64/mingw-w64-x86_64-cargo-c
git clone https://github.com/Revertron/Alfis.git git clone https://github.com/Revertron/Alfis.git
cd Alfis cd Alfis
cargo build cargo build
cargo run
``` ```
### On Linux ### On Linux