mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-28 18:19:04 +00:00
7 lines
149 B
Makefile
7 lines
149 B
Makefile
install:
|
|
mkdir -p ~/ghorg
|
|
cp sample-conf.yaml ~/ghorg/conf.yaml
|
|
homebrew:
|
|
mkdir -p ${HOME}/ghorg
|
|
cp sample-conf.yaml ${HOME}/ghorg/conf.yaml
|