An open API service indexing awesome lists of open source software.

https://github.com/pmendelski/sdkvm

Pure Bash SDK Version Manager
https://github.com/pmendelski/sdkvm

bash linux macos version-manager

Last synced: 3 months ago
JSON representation

Pure Bash SDK Version Manager

Awesome Lists containing this project

README

          

# 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`.

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