Skip to content

Commit 5b8652c

Browse files
committed
INSTALL: minor adaptions and fixes
1 parent 7e85411 commit 5b8652c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ and checking that an image called `diffdetective-demo` is listed.
7070

7171
To 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
```
7575
and 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://
9191
The `build-jar.sh` script will automatically choose the build method depending on the available software (Nix or Docker, in that order).
9292
You might require elevated privileges to execute Docker commands (e.g., `sudo ./build-jar.sh` or adding the user to the `docker` or `wheel` group).
9393
See 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
9696
Clone and navigate to this repository (the directory containing this `INSTALL.md`).
9797
Then, 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.
119119
To use Nix, you need to have [Nix](https://nixos.org/download/) installed on your system.
120120
See [REQUIREMENTS.md](REQUIREMENTS.md) for instructions on how to install Nix.
121121

0 commit comments

Comments
 (0)