Update 'readme.md'

This commit is contained in:
sose 2021-04-25 05:26:29 +00:00
parent fae91bd7dd
commit 7708118e2b
1 changed files with 2 additions and 2 deletions

View File

@ -23,13 +23,13 @@ javascript support
- `npm install`
- `./gen_cert`
- `npm start` or `xvfb-run npm start`
- the server will listen on localhost
- The server will listen on `localhost:1965` by default
## Sigils
- By default, more complex sites that are rendered by hellagate are not very
pretty, and sometimes downright unreadable
- For this, users can create website specific 'sigils' to display content in a
certain way, or to automate certain actions on a website.
certain way, or to automate certain actions on a website
- Sigils are located in the `sigils` dir and are titled with the domain name of
their corresponding website
- See [writing sigils](writing_sigils.md) for more info on how to write sigils