2020-09-03 12:00:48 -04:00
|
|
|
# ShiftOS Archive
|
2024-12-31 23:44:55 -05:00
|
|
|
Public archive for the original ShiftOS, ShiftOS Next, ShiftOS C#, and ShiftOS 1.0.
|
2020-09-03 12:00:48 -04:00
|
|
|
|
2020-09-03 19:45:41 -04:00
|
|
|
Make sure to clone the repository using `git clone` so it could fetch all the files.
|
|
|
|
|
2020-09-03 12:00:48 -04:00
|
|
|
# Submitting a ShiftOS binary
|
2024-12-31 22:15:14 -05:00
|
|
|
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.
|
2024-12-31 23:47:58 -05:00
|
|
|
|
|
|
|
# How to build
|
|
|
|
- Download NodeJS, and Yarn
|
|
|
|
- Run `yarn install` and `yarn run dev`
|