Update README.md

This commit is contained in:
Arthur Lu 2023-04-26 16:36:06 -07:00 committed by GitHub
parent e3def16c34
commit 6e78ab352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ After this step, the Client should be available on the `Client Host` at port `80
## Configuration - Client ## Configuration - Client
1. In `Client Host`, navigate to this repo's root folder 1. In `Client Host`, navigate to this repo's root folder
2. Copy `vars.js.template` to `vars.js` and assign the `API` varaible with the value of the API's URL. This will likely be `client.<FQDN>/api` 2. Copy `vars.js.template` to `vars.js` and assign the `API` variable with the value of the API's URL. This will likely be `client.<FQDN>/api`
## Installation - API ## Installation - API