File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,18 +101,18 @@ See [REQUIREMENTS.md](REQUIREMENTS.md) for instructions on how to install Nix an
101101> Otherwise, the Nix setup might fail due to incompatibilities with the file system.
102102> Moreover, if you would like to have access to the demo's GUI, you need an XServer installed (see [ REQUIREMENTS.md] ( REQUIREMENTS.md ) ).
103103
104- If you have flakes enabled, you can just use
105- ``` shell
106- nix run github:VariantSync/DiffDetective-Demo
107- ```
108-
109- Otherwise, clone and navigate to this repository.
104+ Clone and navigate to this repository.
110105Then simply build and run the Demo using
111106``` shell
112107nix-build
113108./result/bin/DiffDetective-Demo
114109```
115110
111+ If you have flakes enabled, you can instead just use
112+ ``` shell
113+ nix run github:VariantSync/DiffDetective-Demo
114+ ```
115+
116116### Using a Docker Image
117117
118118If you have Nix installed, the ` docker.sh ` script will automatically build this demo using Nix.
You can’t perform that action at this time.
0 commit comments