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": {