From 7ef4400e84b6cdc68ae28ce11db44e5d17d8fcce Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 12 Sep 2022 18:10:26 +0000 Subject: [PATCH] FInal touches on README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3e8c81..9ddfbb6 100644 --- a/README.md +++ b/README.md @@ -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