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 22b41d3 commit 9bc9478
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# project-manifest
# project-manifest

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

# Open Source
git clone https://github.com/EtherealEngine/ee-bot
git clone https://github.com/EtherealEngine/ee-development-test-suite
# git clone https://github.com/EtherealEngine/ee-maps
git clone https://github.com/EtherealEngine/ee-vps-sample
# git clone
# git clone https://github.com/EtherealEngine/ee-inventory
# git clone https://github.com/EtherealEngine/ee-i18n
# git clone https://github.com/EtherealEngine/ee-digital-beings
```

To do:

- [ ] Add a script file that can be fetched and run
- [ ] Add a manifest.json that is edited automatically when new projects are added

0 comments on commit 9bc9478

Please sign in to comment.