-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forgot to remove govendor from README
- Loading branch information
1 parent
8d9e5c8
commit 5999b01
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,9 +350,8 @@ Once again, confirm that remote_syslog starts and then apply this value permanen | |
|
||
## Development | ||
|
||
remote_syslog2 is written in go, and uses [govendor] to manage | ||
dependencies. To get everything set up, [install go][goinstall] then | ||
run: | ||
remote_syslog2 is written in go. To get everything set up, | ||
[install go][goinstall] then run: | ||
|
||
go install github.com/mitchellh/gox | ||
git clone [email protected]:papertrail/remote_syslog2.git | ||
|
@@ -392,7 +391,6 @@ Once you've made your great commits: | |
[remote_syslog]: https://github.com/papertrail/remote_syslog | ||
[releases]: https://github.com/papertrail/remote_syslog2/releases | ||
|
||
[govendor]: https://github.com/kardianos/govendor | ||
[goinstall]: https://golang.org/doc/install | ||
|
||
[fk]: https://help.github.com/forking/ | ||
|