summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straßburger <codepoet@cpan.org>2019-10-11 00:51:36 +0200
committerMichael Straßburger <codepoet@cpan.org>2019-10-11 00:51:36 +0200
commitb76e626d5ebedc2ef1bb64f5c250c1a6d00a04d5 (patch)
treeaf65a1ff9820f34ea524e31b08bf7efc926a6418
parent184ce100d7da0cd5fa9a6676332414d900467ab6 (diff)
:bookmark: bumping 0.2.0v0.2.0
-rw-r--r--README.md9
-rw-r--r--package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index f48487f..33f3519 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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
diff --git a/package.json b/package.json
index e884990..beb939d 100644
--- a/package.json
+++ b/package.json
@@ -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": {