Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies in install instructions #92

Merged
merged 2 commits into from
Dec 2, 2014
Merged
Changes from 1 commit
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
Next Next commit
Add missing dependencies to install instructions
Without explicitly getting these packages, the install command fails with missing dependency errors.
  • Loading branch information
GUI committed Dec 2, 2014
commit 1065ad522c8bc70041decaea8b3dbc9b1f6239e6
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ Install the package:

Install the web server:

go get github.com/fiorix/go-redis/redis
go get github.com/gorilla/context
go install github.com/fiorix/freegeoip/cmd/freegeoip

Test coverage is quite good and may help you find the stuff you need.