Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo authored Sep 11, 2023
1 parent 27c1b9e commit e7e328f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Go to https://github.com/jonelo/jacksum-fbi-linux/releases and download the .tar

### Extract the installation script

On most GNU/Linux derivates you can use
```
$ tar xfvj jacksum*.tar.bz2 ; cd jacksum-file-browser-integration/
```

On Sun/Oracle Solaris you should use
```
$ bunzip2 < jacksum*.tar.bz2 | tar xfv - ; cd jacksum-file-browser-integration/
```
Expand Down

0 comments on commit e7e328f

Please sign in to comment.