|
|
@@ -53,7 +53,7 @@ If you need more detailed instructions, see the [Novice setup guide][novice-setu
|
53
|
53
|
|
54
|
54
|
Follow these instructions if you wish to deploy your own version of Huginn or contribute back to the project. GitHub doesn't make it easy to work with private forks of public repositories, so I recommend that you follow the following steps:
|
55
|
55
|
|
56
|
|
-* Make a public fork of Huginn
|
|
56
|
+* Make a public fork of Huginn. If you can't create private Github repositories, you can skip the steps below. Just follow the *Quick Start* steps above and make pull requests when you want to contribute a patch.
|
57
|
57
|
* Make a private, empty GitHub repository called `huginn-private`
|
58
|
58
|
* Duplicate your public fork into your new private repository (via [GitHub's instructions](https://help.github.com/articles/duplicating-a-repository)):
|
59
|
59
|
|