Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 29f6f94

Browse files
author
Eric Crosson
committed
Finish install instructions
1 parent 245efa1 commit 29f6f94

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

readme.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ location of git-repositories on local filesystems.
77

88
## Install
99

10-
WIP
10+
To install the library
11+
1112
```bash
1213
go get github.com/git-hook/git-ledger
13-
cd $GOPATH/src/github.com/git-hook/git-ledger
14-
go build .
15-
go get .
14+
```
15+
16+
To install the binary
17+
18+
```bash
19+
go get github.com/git-hook/git-ledger/cmd/git-ledger
20+
git ledger add .
1621
```
1722

1823
## API

0 commit comments

Comments
 (0)