📝 update repository URL in README
All checks were successful
Python formatting PEP8 / Python-PEP8 (push) Successful in 19s
ci / docker (push) Successful in 1m41s

This commit is contained in:
Finn Christiansen 2024-05-26 22:16:52 +02:00
parent b961d4ac1a
commit 85ece04b43

View file

@ -7,14 +7,14 @@ See it in action at https://reminder.pimux.de
### Docker ### Docker
`docker run gitea.pimux.de/finn/reminder:latest` `docker run code.f2n.me/finn/reminder:latest`
### non-Docker ### non-Docker
Clone the repo, install Python virtual environment, configure webserver (or use some wsgi server) 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 cd reminder
virtualenv . virtualenv .
. bin/activate . bin/activate