1. install `iVim` , we need to reboot the iPadOS 14.0+ to create “iVim” folder automatically. 2. install `iSH app`, run `apk add git` in the `iSH` app. 3. mount the “iVim” to the `iSH` , the command is `mount -t ios iVim /mnt` , then select the `iVim` folder in the pop up window . 4. in the `iSH` command line , run : ``` cd /mnt git clone --recurse-submodules https://github.com/brettc/ivim.git ``` 5. then as [Getting Going](https://github.com/brettc/ivim#getting-going) in the 5th step , `echo “source ~/ivim/vimrc” > /mnt/.vimrc ` ( you could also run `vi /mnt/.vimrc` in iSH app) Ok that’s all