Skip to content

Commit

Permalink
Fix incorrect release folder name in docs (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostrijneveld authored and xor-gate committed Feb 20, 2017
1 parent 67eba4b commit fc4fd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ $ make
You could install to a user folder e.g `$HOME`:

```
$ cd release; make install DESTDIR=$HOME
$ cd build/Release; make install DESTDIR=$HOME
```

Or system wide:

```
$ cd release; sudo make install
$ cd build/Release; sudo make install
```

## Linux
Expand Down

0 comments on commit fc4fd76

Please sign in to comment.