@@ -70,7 +70,7 @@ and checking that an image called `diffdetective-demo` is listed.
7070
7171To extract the built jar you can run
7272``` shell
73- docker run --volume " $PWD :/output:rw" diffdetective-demo:1.0.0 /bin/cp /DiffDetective/share/java/DiffDetective-Demo.jar /output
73+ docker run --volume " ${pwd} :/output:rw" diffdetective-demo:1.0.0 /bin/cp /DiffDetective/share/java/DiffDetective-Demo.jar /output
7474```
7575and execute it using
7676```` shell
@@ -91,7 +91,7 @@ You can use the `build-jar.sh` script to build the Demo jar using [Nix](https://
9191The ` build-jar.sh` script will automatically choose the build method depending on the available software (Nix or Docker, in that order).
9292You might require elevated privileges to execute Docker commands (e.g., ` sudo ./build-jar.sh` or adding the user to the ` docker` or ` wheel` group).
9393See Docker' s [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) for more information.
94- Also, it is best to install required software (e.g., Nix, Docker, Maven ) using your distro' s package manager if it is available.
94+ Also, it is best to install required software (e.g., Nix, Docker) using your distro' s package manager if it is available.
9595
9696Clone and navigate to this repository (the directory containing this ` INSTALL.md` ).
9797Then, simply build the jar using the provided script:
@@ -115,7 +115,7 @@ java -jar DiffDetective-Demo.jar
115115
116116# ## Nix Build
117117
118- Nix can be used to reproducibly this DiffDetective demo.
118+ Nix can be used to reproducibly build this DiffDetective demo.
119119To use Nix, you need to have [Nix](https://nixos.org/download/) installed on your system.
120120See [REQUIREMENTS.md](REQUIREMENTS.md) for instructions on how to install Nix.
121121
0 commit comments