Added instructions

This commit is contained in:
Andrew Lee 2024-12-31 23:47:58 -05:00
parent 5a93dfb39f
commit cdb26b9f96
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4

View file

@ -5,3 +5,7 @@ Make sure to clone the repository using `git clone` so it could fetch all the fi
# Submitting a ShiftOS binary # 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. 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`