Update README.md

This commit is contained in:
Noted
2023-01-16 14:28:36 -05:00
committed by GitHub
parent c46f3327e6
commit 691313f3ac

View File

@@ -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.