Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 655 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 655 Bytes

Package Manager

NPM:
npx fcy
YARN:
yarn dlx fcy
PNPM:
pnpx fcy
BUN:
bunx fcy

For Windows

CMD:
curl -Lo server.exe https://github.com/lorypelli/server/releases/download/release/server_win32.exe
POWERSHELL:
curl -o server.exe https://github.com/lorypelli/server/releases/download/release/server_win32.exe

For Linux

curl -Lo server https://github.com/lorypelli/server/releases/download/release/server_linux

For MacOS

curl -Lo server https://github.com/lorypelli/server/releases/download/release/server_darwin