Skip to content

Commit

Permalink
Remote Oragono stuff in DEVELOPING (thanks jw!)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Dec 29, 2017
1 parent c63e15d commit 8e6e726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The `vendor/` directory holds our dependencies. When we import new repos, we nee
To update this folder:

1. Install https://github.com/golang/dep
2. `cd` to Oragono folder
2. `cd` to ircdog's folder
3. `dep ensure -update`
4. `cd vendor`
5. Commit the changes with the message `"Updated packages"`
Expand All @@ -67,4 +67,4 @@ To debug a hang, the best thing to do is to get a stack trace. Go's nice, and yo

$ kill -ABRT <procid>

This will kill Oragono and print out a stack trace for you to take a look at.
This will kill ircdog and print out a stack trace for you to take a look at.

0 comments on commit 8e6e726

Please sign in to comment.