Skip to content

Commit

Permalink
repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 8, 2024
1 parent 6f0024a commit 1a3915b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ The repository is currently hosted on GitHub pages.
To create your own repo:

1. Clone https://github.com/FrameOS/repo/
2. Clean the `repositories/` folder, and follow the structure `repositories/repository-name/template-name/`
3. Export scenes from FrameOS as .zip files, extract them as folders under `repositories/repository-name/`
4. Optionally create `repositories/repository-name/repository.json` to add a name to your repository.
2. Clean the `repositories/` folder, and follow the structure `repositories/reponame/template-name/`
3. Export scenes from FrameOS as .zip files, extract them as folders under `repositories/reponame/`
4. Optionally create `repositories/reponame/repository.json` to add a name to your repository.
4. Publish to GitHub, watch the GitHub actions runner recompress and consolidate the templates, then push them to the `gh-actions` branch.
5. Make sure your ([and your organization's!](https://github.com/JamesIves/github-pages-deploy-action/issues/1110#issuecomment-1124172063)) GitHub actions have read and write permissions.
6. Enable GitHub pages on the `gh-actions` branch, and set the source to the root of the `gh-actions` branch.
7. Done! Your repository is now available at https://your-username.github.io/repo/repository-name/

7. Done! Now add https://your-username.github.io/repo/reponame/repository.json under the "new repository" button in FrameOS, and you're good to go!

0 comments on commit 1a3915b

Please sign in to comment.