If you are the one who want to use this application and not as a developer, this is the ideal setup for you.
- Go is required to run the application.
- VLC Media Player is required to enable the live streaming feature.
- Install the application using Go:
$ go install github.com/adrianfinantyo/jkt48-showroom-cli
- Open your terminal and type the following command to verify the installation:
If the installation is successful, you should see the version of the application.
$ jkt48-showroom-cli --version
- Add an alias to your
~/.bashrc
or~/.zshrc
file (Optional) :alias jkt48sr='jkt48-showroom-cli'
- Reload your
~/.bashrc
or~/.zshrc
file:$ source ~/.bashrc
- Open your terminal and type the following command to verify the installation:
If the installation is successful, you should see the version of the application.
$ jkt48sr --version
You can uninstall the application by deleting the binary file.
$ which jkt48-showroom-cli
$ rm -rf <path/to/jkt48-showroom-cli>
For the complete usage guide, please refer to the usage guide.