Skip to content

Commit fead745

Browse files
committed
Clean
1 parent bbf3970 commit fead745

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ git clone https://github.com/<your-username>/Compass.git
105105
cd Compass
106106
```
107107

108-
Install `opentofu`, `docker`, and `yarn`. Try running this on Linux or macOS for a faster install:
108+
Install `yarn` (if not already installed):
109109
```bash
110-
./setup.sh
110+
npm install --global yarn
111111
```
112-
If it doesn't work, you can install them manually (google how to install `opentofu`, `docker`, and `yarn` for your OS).
113112

114113
Then, install the dependencies for this project:
115114
```bash

backend/api/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ gcloud auth login
2727
gcloud config set project YOUR_PROJECT_ID
2828
```
2929

30+
You also need `opentofu` and `docker`. Try running this (from root) on Linux or macOS for a faster install:
31+
```bash
32+
./script/setup.sh
33+
```
34+
If it doesn't work, you can install them manually (google how to install `opentofu` and `docker` for your OS).
35+
3036
### Setup
3137

3238
This section is only for the people who are creating a server from scratch, for instance for a forked project.
File renamed without changes.

0 commit comments

Comments
 (0)