File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33You may run the demo manually, or by using Nix or Docker.
44The manual setup enables you to use DiffDetective in any of your own Maven projects.
55The Nix and Docker setups just build the demo for you to run it.
6+ Windows users should _ not_ use the Nix setup except if they have experience with WSL2, XServers, and Nix (see [ REQUIREMENTS.md] ( REQUIREMENTS.md ) ).
67
78## Manual Setup
89
@@ -66,7 +67,13 @@ See [REQUIREMENTS.md](REQUIREMENTS.md) for instructions on how to install Nix an
6667
6768### Standalone Build
6869
69- If you have flake's enabled, you can just use
70+ > Notice for Windows users:
71+ > You must run the following commands from within a WSL2 terminal.
72+ > Also, make sure to clone this repository to a directory within WSL and _ not_ to a Windows directory.
73+ > Otherwise, the Nix setup might fail due to incompatibilities with the file system.
74+ > Moreover, if you would like to have access to the demo's GUI, you need an XServer installed (see [ REQUIREMENTS.md] ( REQUIREMENTS.md ) ).
75+
76+ If you have flakes enabled, you can just use
7077``` shell
7178nix run github:VariantSync/DiffDetective-Demo
7279```
You can’t perform that action at this time.
0 commit comments