show people how to use a binary
Former-commit-id: bcb0919efa
Former-commit-id: 0029c009aa9ea1d6a825d5622ddd2640798fe58f
This commit is contained in:
14
README.md
14
README.md
@ -4,6 +4,20 @@ A port of the batch scripts from i2p.firefox to Java.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
### Using a Binary
|
||||||
|
|
||||||
|
```sh
|
||||||
|
|
||||||
|
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/0.0.8/i2pfirefox.zip
|
||||||
|
unzip i2pfirefox.zip
|
||||||
|
./i2pbrowser.cmd
|
||||||
|
|
||||||
|
#or if you want to use a Chromium
|
||||||
|
|
||||||
|
./test-chromium.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
This is not actually a plugin yet, but it will be soon. The important bit is the jar.
|
This is not actually a plugin yet, but it will be soon. The important bit is the jar.
|
||||||
|
Reference in New Issue
Block a user