Update README.md

This commit is contained in:
SoniEx2 2019-04-28 18:55:02 -03:00
vecāks 63a5e3f8c9
revīzija 32b76dd2cf
1 mainīti faili ar 4 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -7,6 +7,10 @@ More importantly, it's a tool to help fight against BDFLs and other forms of cen
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.
Then, set the project commit with `ganarchy.py set-commit COMMIT`, where `COMMIT` is the full commit hash.