mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Update README.md
This commit is contained in:
11
README.md
11
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.
|
||||
|
||||
Reference in New Issue
Block a user