Skip to content

Commit

Permalink
🔖 bumping 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rastapasta committed Oct 10, 2019
1 parent 184ce10 commit b76e626
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
* Highly optimized algorithms for a smooth experience
* 100% pure JavaScript! :sunglasses:

## How to run it locally

With a modern node installation available, just start it with

```
npx mapscii
```

## How to install it locally

### With npm
Expand Down Expand Up @@ -56,6 +64,7 @@ mapscii

* Arrows **up**, **down**, **left**, **right** to scroll around
* Press **a** or **z** to zoom in and out
* Press **c** to switch to block character mode
* Press **q** to quit

## Mouse control
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapscii",
"version": "0.1.6",
"version": "0.2.0",
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b76e626

Please sign in to comment.