📝 update repository URL in README
This commit is contained in:
parent
b961d4ac1a
commit
85ece04b43
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ See it in action at https://reminder.pimux.de
|
|||
|
||||
### Docker
|
||||
|
||||
`docker run gitea.pimux.de/finn/reminder:latest`
|
||||
`docker run code.f2n.me/finn/reminder:latest`
|
||||
|
||||
### non-Docker
|
||||
|
||||
Clone the repo, install Python virtual environment, configure webserver (or use some wsgi server)
|
||||
|
||||
```
|
||||
git clone https://gitea.pimux.de/finn/reminder.git reminder
|
||||
git clone https://code.f2n.me/finn/reminder.git reminder
|
||||
cd reminder
|
||||
virtualenv .
|
||||
. bin/activate
|
||||
|
|
Loading…
Reference in a new issue