Browse Source

docs: Simplify instructions to install fenv

merge-requests/1716/head
Kévin Commaille 2 years ago
parent
commit
d472ff1375
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 13
      CONTRIBUTING.md

13
CONTRIBUTING.md

@ -66,19 +66,10 @@ environment from the command line and execute commands in that environment.
First, install fenv:
```sh
# Clone the project somewhere on your system
git clone https://gitlab.gnome.org/ZanderBrown/fenv.git
# Move into the folder
cd fenv
# Install fenv with Cargo
cargo install --path .
cargo install --git https://gitlab.gnome.org/ZanderBrown/fenv fenv
```
You can now discard the `fenv` directory if you want.
After that, move into the directory where you cloned Fractal and setup the project:
After that, setup the project:
```sh
# Setup the flatpak environment

Loading…
Cancel
Save