Install the iSH shell from the Apple App Store Start the iSH shell # mkdir -p /home/src # apk add git # apk add gcc # git clone https://github.com/hughbarney/femto.git # apk add libc-dev # apk add build-base # apk add ncurses-dev Cd femto Make install
Install the iSH shell from the Apple App Store
Start the iSH shell
mkdir -p /home/src
apk add git
apk add gcc
git clone https://github.com/hughbarney/femto.git
apk add libc-dev
apk add build-base
apk add ncurses-dev
Cd femto
Make install