Slctl 是使用 Go 寫的, 需要事先安裝好:
下載 Source:
$ git clone git@github.com:softleader/slctl.git
$ cd slctl取得依賴的 Dependencies:
$ make bootstrap執行專案測試, 確保一切正常:
$ make test�Slctl 會使用 Docker 開啟 Alpine 環境, 並將執行檔編譯好放入 container 中, 你可以在其中測試並不用擔會干擾當前的環境
$ make sanbox