From f9b513d3bc1f1c3e76a60be5a1727caabc781d62 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 12 Jan 2017 16:04:46 -0700 Subject: [PATCH] Updated readme --- README.md | 14 +------------- sources/scripts/modules/help.js | 4 +--- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e8752ea..161296f 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,6 @@ Ronin is a web based drawing application and visual language. Launch index.html ``` : ``` -### Loading/Saving -Requires you to run Ronin through localhost. Navigate to the Ronin folder, and run the simple http server. -``` -cd /path/to/ronin/ ; Navigate to Ronin through the terminal -python -m SimpleHTTPServer 8000 ; Start localhost -http://localhost:8000/ ; Enjoy Ronin -``` ### Controls ``` ctrl ; Draw Overlays @@ -118,9 +111,4 @@ rate=10 ; variable: rate = 10 > 2,2;> 4,4;> 6,6;> 8,8 # Symmetric Light > 1,1 600x;> 2,2 600x;> 3,3 600x;> 4,4 600x -``` - -### Twitter export & Watermark -``` -# 1280x800 ; / assets/photo.jpg 1280x 0,0 ; / assets/hundredrabbits.png 60x60 20,720 -``` +``` \ No newline at end of file diff --git a/sources/scripts/modules/help.js b/sources/scripts/modules/help.js index a7d83b0..df77347 100644 --- a/sources/scripts/modules/help.js +++ b/sources/scripts/modules/help.js @@ -17,10 +17,8 @@ function Help(rune) this.view_intro = function() { - var html = "# Ronin\n## Basics\nRonin is a web based drawing application and visual language. Launch index.html and press **:**(colon) to display the command prompt. Input the commands below to interface with the different tools. \n```\n:\n```\n"; + var html = "# Ronin\n## Basics\nRonin is a web based drawing application and visual language. Launch Ronin and press **:**(colon) to display the command prompt. \n```\n:\n```\n"; - html += "### Loading/Saving\nRequires you to run Ronin through localhost. Navigate to the Ronin folder, and run the simple http server.\n"; - html += "```\ncd /path/to/ronin/ ; Navigate to Ronin through the terminal\npython -m SimpleHTTPServer 8000 ; Start localhost\nhttp://localhost:8000/ ; Enjoy Ronin\n```\n"; html += "### Controls\n"; html += "```\nctrl ; Draw Overlays\nalt ; Drag Surface\nshift ; Erase\nshift+ctrl ; Eyedrop\nshift+alt ; Move Layer\n```\n"; return html;