./netprobe -help
Usage of CLI tool:
-stats: Show network statistics
-help: Show help informationgenerate a new tar.gz file with your current code changes
git add .
git commit -m "Your commit message"
git push origin main
git tag v1.0.2
git push origin v1.0.2GitHub automatically generates tar.gz files for each release of your project. You can find the new file in the "Releases" section of your GitHub repository. The URL of the file will be:
https://github.com/LordMoMA/NetProbe/archive/refs/tags/v1.0.2.tar.gz
Go to the folder where you downloaded the tarball and run the following command:
shasum -a 256 NetProbe-1.0.2.tar.gzbrew update
brew upgrade netprobe