diff --git a/README.md b/README.md index ea98357..359e3f2 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,13 @@ Noted is a simple self hosted application for creating reminders that are pushed ## Planned Features You can see our planned features in our [Project board](https://github.com/users/Casvt/projects/3). -See the [wiki](https://github.com/Casvt/Noted/wiki) for instructions on how to install and setup Noted. +## Installation + +``` +sudo apt-get install git python3-pip +sudo git clone https://github.com/Casvt/Noted.git /opt/Noted +cd /opt/Noted +python3 -m pip install -r requirements.txt +python3 Noted.py +``` +You can see the [wiki](https://github.com/Casvt/Noted/wiki) for instructions on how to install using other OS.