Skip to content

Commit 5ea9459

Browse files
docs: switch installation instructions for clarity
1 parent e6d90a9 commit 5ea9459

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
110105
Then simply build and run the Demo using
111106
```shell
112107
nix-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

118118
If you have Nix installed, the `docker.sh` script will automatically build this demo using Nix.

0 commit comments

Comments
 (0)