From 1a3915b25eafc1cd68c16dd17d0e0c751fe14307 Mon Sep 17 00:00:00 2001 From: Marius Andra Date: Fri, 8 Mar 2024 02:05:38 +0100 Subject: [PATCH] repo name --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab9ccd4..c6f89d2 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file