diff --git a/README.md b/README.md index 7ce1d9f..47bd2e4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ Ronin is a web based drawing application and visual language. Launch index.html : ``` +#Save/Load +Loading files 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 + +``` + #Modules ##Canvas ``` diff --git a/index.html b/index.html index 88f88fa..f412acd 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@ +