diff --git a/README.md b/README.md index 0e09b63..47837a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Provides an online Markdown editor and file manager for Pico. Install ------- -1. Extract download an copy the "pico_editor" folder to your Pico install "plugins" folder -2. Open the pico_editor_config.php file and insert your sha1 hashed password -3. Visit http://www.yoursite.com/admin and login -4. Thats it :) \ No newline at end of file +1. "echo -n YourDesiredPassword | sha1sum | awk '{print $1}'" +2. Copy output +2. Extract download an copy the "pico_editor" folder to your Pico install "plugins" folder +2. Open the pico_editor_config.php file and paste output from #1 +4. Thats it :)