mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-22 08:03:07 +01:00
Add the instructions to install the snap
This commit is contained in:
parent
1251e3f257
commit
43e589cbd1
10
README.md
10
README.md
@ -26,6 +26,8 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
|
|||||||
|
|
||||||
## How to install it locally
|
## How to install it locally
|
||||||
|
|
||||||
|
### With npm
|
||||||
|
|
||||||
If you haven't already got Node.js >= version 4.5, then [go get it](http://nodejs.org/).
|
If you haven't already got Node.js >= version 4.5, then [go get it](http://nodejs.org/).
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -34,6 +36,14 @@ npm install -g mapscii
|
|||||||
|
|
||||||
If you're on OSX, or get an error about file permissions, you may need to do ```sudo npm install -g mapscii```
|
If you're on OSX, or get an error about file permissions, you may need to do ```sudo npm install -g mapscii```
|
||||||
|
|
||||||
|
### With snap
|
||||||
|
|
||||||
|
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
|
||||||
|
|
||||||
|
sudo snap install mapscii
|
||||||
|
|
||||||
|
(This snap is maintained by [@nathanhaines](https://github.com/nathanhaines/))
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
This is pretty simple too.
|
This is pretty simple too.
|
||||||
|
Loading…
Reference in New Issue
Block a user