Skip to content

Commit 7273050

Browse files
Update installation instructions in README
1 parent c399d76 commit 7273050

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,12 @@ Initial implementation of a B+ tree. Delete method still needs added as well as
5757

5858
### Installation
5959

60-
1) Install Go 1.3 or higher.
61-
62-
2) Configure git to use SSH instead of HTTPS for github repositories. This
63-
allows `go get` to use private repositories.
64-
65-
# ~/.gitconfig
66-
67-
insteadOf = https://github.com
68-
69-
3) go get github.com/Workiva/go-datastructures ...
60+
1. Install Go 1.3 or higher.
61+
2. Run `go get github.com/Workiva/go-datastructures/...`
7062

7163
### Updating
7264

73-
When new code is merged to master, you can use
65+
When new code is merged to master, you can use
7466

7567
go get -u github.com/Workiva/go-datastructures/...
7668

@@ -84,10 +76,11 @@ To run all the unit tests use these commands:
8476
go get -t -u ./...
8577
go test ./...
8678

87-
Once you've done this once, you can simply use
79+
Once you've done this once, you can simply use this command to run all unit tests:
8880

8981
go test ./...
9082

83+
9184
### Notice
9285

9386
Requirements to commit here:

0 commit comments

Comments
 (0)