From 691313f3ac129b9e9124a7f9c33ff2eee09b98c0 Mon Sep 17 00:00:00 2001 From: Noted <57927413+ItsNoted@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:28:36 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.