8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
sudo apt update
|
|
sudo apt install haxe -y
|
|
haxelib --global install hmm
|
|
haxelib --global run hmm setup
|
|
cd app
|
|
yarn install
|
|
hmm install
|