mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-14 16:17:44 +00:00
Update Readme.
This commit is contained in:
parent
76d4ad0d1a
commit
2ba7f83b98
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
|||
# All the Foxes
|
||||
|
||||
Requires installing cairo then running `npm install`. Once everything's installed, run `node server.js`, and you're off to the races.
|
||||
Requires installing cairo.
|
||||
|
||||
On mac: `brew install cairo`
|
||||
|
||||
On linux (Debian and Ubuntu flavors):
|
||||
```
|
||||
sudo apt-get install libcairo2-dev
|
||||
sudo apt-get install libjpeg-dev
|
||||
sudo apt-get install libgif-dev
|
||||
```
|
||||
|
||||
Then run `npm install`. Once everything's installed, run `node server.js`, and you're off to the races.
|
||||
|
|
Loading…
Reference in a new issue