Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 318 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 318 Bytes

SDKVM - SDK Version Manager

Super simple and even faster SDK Version Manager.

Warning: tested on:

  • Ubuntu
  • MacOS BigSur

Installation

Just append init.sh script to the end of your .bashrc.

cd ~
git clone git@github.com:pmendelski/sdkvm.git .sdkvm
echo "source ~/.sdkvm/init.sh" >> .bashrc