summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 11:56:34 -0700
committerTim Smith <tsmith@chef.io>2018-08-24 11:56:34 -0700
commit97d636a3f2c67fcf3e59f4d356e0d9d787e007c0 (patch)
treef1092d6e1fc89fdef4ed91da1e9dd046ec65c079 /README.md
parenta749e76cad7b89ae21ac09f03ea17272ad2ab6dd (diff)
downloadchef-97d636a3f2c67fcf3e59f4d356e0d9d787e007c0.tar.gz
Update some build / updating instructions for developmentinstructions
Update the readme with the correct rake tasks to build chef Fix a typo in the rake comments Add a comment we have in DK to remind folks that they need to update the deps after changing the overrides. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 354e8a7179..7b7b820fc4 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,6 @@ Once you have your development environment configured you can clone the Chef rep
git clone https://github.com/chef/chef.git
cd chef
bundle install
-bundle exec rake gem
bundle exec rake install
```
@@ -184,7 +183,7 @@ If there is a critical fix you believe should be backported from master to a sta
2. Cherry Pick the SHA with the fix: `git cherry-pick SHA`
3. Address any conflicts (if necessary)
5. Push the new branch to your origin: `git push origin`
-5. Open a PR for your backport
+5. Open a PR for your backport
1. The PR title should be `Backport: ORIGINAL_PR_TEXT`
2. The description should link to the original PR and include a description of why it needs to be backported