Skip to content

peak-scale/tool-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolkit

The following binaries are required for this to work:

  • sha256sum
  • curl
  • tar

Make sure you are at the root of the git repository when executing the following commands.

If you don't have go installed, you need to install it via:

make go

This downloads the binaries into the bin/ directory. To use them export the directory to your path:

export PATH="${PATH}:${PWD}/bin"

If you want to have these binaries permanently availble, do the following:

echo "export PATH=${PATH}:${PWD}/bin" >> ~/.bashrc

Updates

Just run:

make update

This expects you can pull this repository without further authentication etc. This will update all your local binaries.

About

Install binaries where you have very little permissions via Makefile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published