diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,3 +5,7 @@ Make sure to clone the repository using `git clone` so it could fetch all the fi # Submitting a ShiftOS binary If you have a ShiftOS binary, zip it (if it has dependencies) then put it on `public/assets/downloads/(version here)`. Then submit a pull request. + +# How to build +- Download NodeJS, and Yarn +- Run `yarn install` and `yarn run dev`
\ No newline at end of file |
