Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField authored Feb 8, 2024
1 parent 642e287 commit 502b8d4
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
# project-manifest

To install all official open source projects for local development, use the following script in `packages/projects/projects` inside your ethereal engine installation.
To install all official open source projects for local development, use the following script inside your ethereal engine installation.

```bash
git clone https://github.com/EtherealEngine/ee-ar-demos &
git clone https://github.com/EtherealEngine/ee-assets-basic &
git clone https://github.com/EtherealEngine/ee-bot &
git clone https://github.com/EtherealEngine/ee-ethereal-village &
git clone https://github.com/EtherealEngine/ee-development-test-suite &
git clone https://github.com/EtherealEngine/ee-static-build-template &
git clone https://github.com/EtherealEngine/ee-vps-sample &
# the following projects are currently outdated
# git clone https://github.com/EtherealEngine/ee-maps &
# git clone https://github.com/EtherealEngine/ee-template &
# git clone https://github.com/EtherealEngine/ee-inventory &
# git clone https://github.com/EtherealEngine/ee-productivity &
# git clone https://github.com/EtherealEngine/ee-i18n &
# git clone https://github.com/EtherealEngine/ee-digital-beings &
wait
```

Note: commands starting with a # are not currently up to date with the engine - we are working diligently to get these up to date.
npm run install-manifest -- --manifestURL="https://raw.githubusercontent.com/EtherealEngine/project-manifest/main/manifest.json" --branch="dev"

Note: to allow private repos to install correctly:
```bash
Expand All @@ -32,9 +14,7 @@ then clone one repo to enter your Username & Personal Access Token, then run the

To do:

- [ ] Add a manifest.json that can be fetched and installed [See more](https://github.com/EtherealEngine/etherealengine/issues/5648)
- [x] Add a manifest.json that can be fetched and installed [See more](https://github.com/EtherealEngine/etherealengine/issues/5648)
- [ ] Keep up to date when new projects are added with Github Actions



npm run install-manifest -- --manifestURL="https://raw.githubusercontent.com/EtherealEngine/project-manifest/main/manifest.json" --branch="dev"

0 comments on commit 502b8d4

Please sign in to comment.