FInal touches on README
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Michel Roux 2022-09-12 18:10:26 +00:00
parent 037b9704b2
commit 7ef4400e84
1 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,6 @@ docker run -p 5000 \
-e OAUTH2_CLIENT_SECRET=your_client_secret \
xefir/divent
```
- The app is accessible at http://localhost:5000
### 2) Without Docker
@ -41,7 +40,10 @@ OAUTH2_CLIENT_ID=your_client_id \
OAUTH2_CLIENT_SECRET=your_client_secret \
divent
```
- The app is accessible at http://localhost:5000
### Open your browser
The app is accessible at http://localhost:5000
## Links