You can simply grab the latest released binary file and download the version you need, depending on your OS.
Here’s a simple way to download DevDash and move it in /usr/local/bin
, in order to be able to use DevDash everywhere easily.
curl -LO https://raw.githubusercontent.com/Phantas0s/devdash/master/install/linux.sh && \
sh ./linux.sh && \
rm linux.sh
You need to clone this repository and build the binary in cmd/devdash
.