How to Install Goshorly on Elementary OS Latest
Goshorly is a command-line tool for generating short URLs. It is available on https://gitea.hackmi.ch/Phil/goshorly and can be installed on your Elementary OS Latest system by following the below steps:
Requirements
- Terminal
- Git installed on your system
Installation
Open the terminal on your system.
Install Git by using the following command.
sudo apt-get install git
- Clone the Goshorly repository by running the following command.
git clone https://gitea.hackmi.ch/Phil/goshorly.git
- Change the directory to Goshorly.
cd goshorly
- Run the following command to install Goshorly and its dependencies.
sudo make install
- Check if Goshorly is installed correctly by running the following command.
goshorly --help
If there are no errors, Goshorly is successfully installed on your system.
Congratulations, you have successfully installed Goshorly on your Elementary OS Latest.