Merge pull request #79 from crawfordcomeaux/patch-1

Update README.md

Andrew Cantino 11 年之前
父节点
当前提交
cd3de49918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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