Update README.md
This commit is contained in:
parent
63a5e3f8c9
commit
32b76dd2cf
|
@ -7,6 +7,10 @@ More importantly, it's a tool to help fight against BDFLs and other forms of cen
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Note: GAnarchy does not come with a main page. You need to provide one yourself. This should be in your website's `/` path (usually `index.html`).
|
||||||
|
The protocol handler uses the path `/?url=%s`. Additionally, your main page needs to include the `index.js` provided by GAnarchy
|
||||||
|
for the protocol handler to properly work.
|
||||||
|
|
||||||
First, initialize the database with `ganarchy.py initdb`. The database is stored in the XDG data home, as per XDG spec.
|
First, initialize the database with `ganarchy.py initdb`. The database is stored in the XDG data home, as per XDG spec.
|
||||||
|
|
||||||
Then, set the project commit with `ganarchy.py set-commit COMMIT`, where `COMMIT` is the full commit hash.
|
Then, set the project commit with `ganarchy.py set-commit COMMIT`, where `COMMIT` is the full commit hash.
|
||||||
|
|
Loading…
Reference in New Issue