Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
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 :)