Fix build issues
This commit is contained in:
29
readme.md
29
readme.md
@@ -5,10 +5,11 @@
|
||||
### Full Installation
|
||||
```bash
|
||||
# Create a new directory since we are going to be pulling in engine too
|
||||
mdkir xo-terminal && cd xo-terminal
|
||||
mkdir xo-terminal && cd xo-terminal
|
||||
|
||||
# Clone the Engine Repo
|
||||
git clone git@gitlab.com:GeneralProtocols/xo/engine.git
|
||||
# ----- Start Engine Setup -----
|
||||
# Clone the Engine Repo (Note, this uses harvey's fork of the engine repo to access the cli-test branch)
|
||||
git clone git@gitlab.com:Harvmaster/engine.git
|
||||
|
||||
# Move into teh engine directory
|
||||
cd engine
|
||||
@@ -21,10 +22,31 @@ npm ci
|
||||
|
||||
# Build the engine
|
||||
npm run build
|
||||
# ----- End Engine Setup -----
|
||||
|
||||
# Move back to the top level directory
|
||||
cd ..
|
||||
|
||||
# ----- Start State Setup -----
|
||||
# Clone the State Repo
|
||||
git clone git@gitlab.com:Harvmaster/state.git
|
||||
|
||||
# Move into the state directory
|
||||
cd state
|
||||
|
||||
git checkout in-memory-adapter
|
||||
|
||||
# Install the dependencies
|
||||
npm ci
|
||||
|
||||
# Build the state
|
||||
npm run build
|
||||
# ----- End State Setup -----
|
||||
|
||||
# Move back to the top level directory
|
||||
cd ..
|
||||
|
||||
# ----- Start CLI Setup -----
|
||||
# Clone the CLI Repo
|
||||
git clone git@git.harvmaster.com:Harvmaster/xo-cli.git
|
||||
|
||||
@@ -36,6 +58,7 @@ npm ci
|
||||
|
||||
# Build the cli
|
||||
npm run build
|
||||
# ----- End CLI Setup -----
|
||||
```
|
||||
|
||||
### Install globally
|
||||
|
||||
Reference in New Issue
Block a user