adyOS Installation
- Linux
- Run the install script.
- With
curl
:bash <(curl -sL https://install.ady.best/)
- With
wget
:bash <(wget -qO- https://install.ady.best/)
- With
- Enter the directory with
cd adyos
- Start it up!
- Normal boot:
./bin/boot
- Debug mode boot:
./bin/debug
- Normal boot:
- Run the install script.
- Windows
- Download and install
git
,node
, andnpm
for your operating system. -
Clone version that you want.
- Production:
git clone -b prod https://git.ady.best/ adyos
- Developer:
git clone https://git.ady.best/ adyos
- Production:
- Enter the folder with
cd adyos
. - Set everything up by running
npm i
. - Start it up!
- Normal boot:
npm run boot
- Debug mode boot:
npm run debug
Note: You can’t clear the screen if running within Git Bash.
- Normal boot:
- Download and install