Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField authored Mar 6, 2023
1 parent 436fa38 commit 309a240
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

To install all official open source projects for local development, use the following script in the root of your `etherealengine` folder.

Note: commands starting with a # are not currently up to date with the engine - we are working diligently to get these up to date.

```bash
cd packages/projects/projects

Expand All @@ -16,6 +14,14 @@ git clone https://github.com/EtherealEngine/ee-vps-sample
# git clone https://github.com/EtherealEngine/ee-digital-beings
```

Note: commands starting with a # are not currently up to date with the engine - we are working diligently to get these up to date.

Note: to allow private repos to install correctly:
```bash
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=100000000'
```

To do:

- [ ] Add a manifest.json that can be fetched and installed,
Expand Down

0 comments on commit 309a240

Please sign in to comment.