Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Garoe committed Sep 6, 2019
1 parent 9061ba5 commit 3e3a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Download the repository, zip it, rename it to ThunderKeepPlus.xpi and choose ins
In linux the xpi file can be created with the following commands
* `git clone https://github.com/Garoe/ThunderKeepPlus`
* `cd ./ThunderKeepPlus`
* `VERSION=$(cat ./install.rdf | grep "<em:version>.*</em:version>" | sed -r 's:</?em\:version>::g' | sed -e "s/[[:space:]]\+//g")`
* `VERSION=$(cat ./manifest.json | jq --raw-output '.version')`
* `zip -r "../ThunderKeepPlus-${VERSION}-tb.xpi" *`

0 comments on commit 3e3a34b

Please sign in to comment.