diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f01bdbe..de9d16f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,11 @@ _A typical contribution workflow might look like:_ ```bash # clone the repository and checkout ponzu-dev -$ git clone https://github.com/ponzu-cms/ponzu path/to/local/ponzu # (or your fork) +$ git clone https://github.com/haturatu/ponzu path/to/local/ponzu # (or your fork) $ git checkout ponzu-dev # install ponzu with go get or from your own local path -$ go get github.com/ponzu-cms/ponzu/... +$ go get github.com/haturatu/ponzu/... # or $ cd /path/to/local/ponzu $ go install ./... @@ -36,7 +36,7 @@ $ ponzu build && ponzu run # push to your origin:ponzu-dev branch and create a PR at ponzu-cms/ponzu $ git push origin ponzu-dev -# ... go to https://github.com/ponzu-cms/ponzu and create a PR +# ... go to https://github.com/haturatu/ponzu and create a PR ``` **Note:** if you intend to work on your own fork and contribute from it, you will |