Updated readme
This commit is contained in:
parent
695cb33dca
commit
f9b513d3bc
12
README.md
12
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
|
### Controls
|
||||||
```
|
```
|
||||||
ctrl ; Draw Overlays
|
ctrl ; Draw Overlays
|
||||||
@ -119,8 +112,3 @@ rate=10 ; variable: rate = 10
|
|||||||
# Symmetric Light
|
# Symmetric Light
|
||||||
> 1,1 600x;> 2,2 600x;> 3,3 600x;> 4,4 600x
|
> 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
|
|
||||||
```
|
|
||||||
|
@ -17,10 +17,8 @@ function Help(rune)
|
|||||||
|
|
||||||
this.view_intro = function()
|
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 += "### Controls\n";
|
||||||
html += "```\nctrl ; Draw Overlays\nalt ; Drag Surface\nshift ; Erase\nshift+ctrl ; Eyedrop\nshift+alt ; Move Layer\n```\n";
|
html += "```\nctrl ; Draw Overlays\nalt ; Drag Surface\nshift ; Erase\nshift+ctrl ; Eyedrop\nshift+alt ; Move Layer\n```\n";
|
||||||
return html;
|
return html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user