Horje
install just linux Code Example
install just linux
#ou can use the following command on Linux, MacOS, or Windows to download the latest release. 
#Replace ~/bin with the directory where you'd like to put just:

# create ~/bin
mkdir -p ~/bin

# download and extract just to ~/bin/just
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin

# add `~/bin` to the paths that your shell searches for executables
# this line should be added to your shells initialization file,
# e.g. `~/.bashrc` or `~/.zshrc`
export PATH="$PATH:$HOME/bin"

# just should now 
Source: github.com




Shell

Related
kill signal to reload coredns Code Example kill signal to reload coredns Code Example
install apt on ubuntu Code Example install apt on ubuntu Code Example
shell sort algorithm complexity Code Example shell sort algorithm complexity Code Example
MPIexec command Code Example MPIexec command Code Example
terminal make directory and enter in the same time Code Example terminal make directory and enter in the same time Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9