Commit 9fefa432 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Readme without the flake configuration

parent 824468af
...@@ -52,16 +52,9 @@ $ nix-env --version ...@@ -52,16 +52,9 @@ $ nix-env --version
nix-env (Nix) 2.11.0 nix-env (Nix) 2.11.0
``` ```
Enable de flake experimental feature :
```shell
mkdir ~/.config/nix
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
```
To build the frontend just execute the install script at the root at the project: To build the frontend just execute the install script at the root at the project:
```shell ```shell
./install ./bin/install
``` ```
```shell ```shell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment