第一步

方法一(首选): 在Linux Shell中粘贴:(建议先换源)

sudo su
apt install curl
LANG=zh .<(curl https://hydro.ac/setup.sh)

方法二: 在Linux Shell中粘贴:(建议先换源)

sudo su
.<(curl https://hydro.ac/nix.sh)
mkdir ~/Hydro
cd ~/Hydro
git clone http://github.com/Hydro-dev/Hydro.git 
yarn
yarn build:ui:production
yarn debug --port=8889 --watch

第二步

访问127.0.0.1:8888