8 lines
181 B
Makefile
8 lines
181 B
Makefile
## Setup
|
|
.PHONY: install-just
|
|
|
|
## Management
|
|
install-just:
|
|
curl --proto '=https' --tlsv1.3 -sSf https://just.systems/install.sh | bash -s -- --to ~/
|
|
sudo cp ~/just /usr/local/bin
|