-
visit the GitHub repo that contains all the releases HwgeERE. Copy the link to the latest release for Linux
-
Create a folder called
bin
mkdir bin
- Navigate to the folder and install docker-compose
cd /bin
wget <docker-compose> -O docker-compose
- After the download is complete, change it to an executable file
chmod +x docker-compose
- Edit the path variable so docker-compose can be run from anywhere
nano .bashrc
- scroll down to the end and add the following command:
export PATH="${HOME}/bin:${PATH}"
- Finally, write the following command to logout and log in:
source .bashrc
Happy installing!!