From a9e7a26a9f999624ba9b5410b4b4271f196ca340 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 20 Apr 2023 14:26:51 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b303963..686313e 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ The supported setup is to use a reverse proxy to serve both the original Proxmox After this step, the Client should be available on the `Client Host` at port `80` -## Installation - Client Configuration -1. In the `Client Host`, navigate to the repo root folder, rename `vars.js.template` to `vars.js` and modify `API` withe the value `client./api` +## Configuration - Client +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./api` -## API Installation +## Installation - API To install the API, go to [ProxmoxAAS API](https://github.com/tronnet-gh/ProxmoxAAS-API). This is required for the client to function. The API installation will also have steps for setting up the reverse proxy server.