Skip to content

Commit

Permalink
Merge pull request #29 from billux/improve-doc
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
babastienne authored Sep 26, 2023
2 parents 7aa62f3 + 88eeb0a commit 1a8d28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Georiviere is the public web application displaying the interface you can use to

Follow those instructions in order to install the application on your server :

1. Download [zip archive](https://github.com/Georiviere/Georiviere-public/releases/latest/download/install.zip)

1. Download the latest [zip archive](https://github.com/Georiviere/Georiviere-public/releases/latest/download/install.zip)
```bash
unzip install.zip
cd georiviere-public
Expand Down
4 changes: 2 additions & 2 deletions install/.env.dist
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_API_HOST="<YOUR_API_HOST>"
NEXT_PUBLIC_PORTAL=1
NEXT_PUBLIC_API_HOST="http(s)://<YOUR_API_HOST>"
NEXT_PUBLIC_PORTAL=<PORTAL_NUMBER>

0 comments on commit 1a8d28d

Please sign in to comment.