Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ deploy-custom: clean build
cp ./${OUTPUT_BIN} ~/.custom/bin/

deploy: clean build
sudo cp ./${OUTPUT_BIN} /usr/bin/
sudo cp ./${OUTPUT_BIN} /usr/local/bin/
sudo chmod ug+x /usr/local/bin/${NAME}

clean:
go clean
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Compile yourself:
```shell
git clone https://github.com/markusressel/zfs-file-history.git
cd zfs-file-history
make build
sudo cp ./bin/zfs-file-history /usr/bin/zfs-file-history
sudo chmod ug+x /usr/bin/zfs-file-history
make deploy
```

## Configuration
Expand Down
Loading