Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #58 from shionhart/main
Browse files Browse the repository at this point in the history
Fix SRV_ADR typo and README.md references
  • Loading branch information
gruberdev committed Dec 30, 2021
2 parents 4912fad + dea81d3 commit 7f097d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .example.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SERVER_KEY=
SVR_ADR=https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
SRV_ADR=https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ connect fivem.gruber.dev.br
```sh
git clone https://github.com/gruberdev/infrastructure-fivem.git
cd infrastructure-fivem
# Remember to insert your server token into .env.example
cp .env.example .env
# Remember to insert your server token into .example.env
cp .example.env .env
docker-compose up --build -d
```

Expand Down

0 comments on commit 7f097d0

Please sign in to comment.