diff options
| author | Andrew Lee <[email protected]> | 2024-12-31 23:47:58 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2024-12-31 23:47:58 -0500 |
| commit | cdb26b9f963a3bb5caf151c0dbe537adcb630683 (patch) | |
| tree | e278844cb6b97f0fa676a9e051492a5eb7fe8a0d | |
| parent | 5a93dfb39f5bec6d76c694f1ae834368658d7361 (diff) | |
| download | shiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.tar.gz shiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.tar.bz2 shiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.zip | |
Added instructions
| -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 |
