Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into decaffeinate
Browse files Browse the repository at this point in the history
  • Loading branch information
jaller94 committed Oct 17, 2018
2 parents be9b703 + b704e21 commit a76679b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,8 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia

## 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/).

```
Expand All @@ -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```

### 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

This is pretty simple too.
Expand Down
19 changes: 19 additions & 0 deletions snap/snapcraft.yaml
@@ -0,0 +1,19 @@
name: mapscii
version: master
summary: The Whole World In Your Console
description: |
A node.js based Vector Tile to Braille and ASCII renderer for
xterm-compatible terminals.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict

apps:
mapscii:
command: mapscii
plugs: [network]

parts:
mapscii:
source: .
plugin: nodejs
2 changes: 1 addition & 1 deletion src/BrailleBuffer.js
Expand Up @@ -2,7 +2,7 @@
termap - Terminal Map Viewer
by Michael Strassburger <codepoet@cpan.org>
Simple pixel to barille character mapper
Simple pixel to braille character mapper
Implementation inspired by node-drawille (https://github.com/madbence/node-drawille)
* added color support
Expand Down

0 comments on commit a76679b

Please sign in to comment.