Skip to content

Commit

Permalink
Fix instructions in 'with git checkout' section
Browse files Browse the repository at this point in the history
Users shouldn't check out the master branch but the release-4.7 branch. Fix this in the README. 

Fixes: #113
  • Loading branch information
jensfr committed Jun 2, 2021
1 parent 81e48a3 commit 7f791ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ An operator to perform lifecycle management (install/upgrade/uninstall) of [Kata


```
git clone https://github.com/openshift/kata-operator
git checkout -b master --track origin/master
git clone https://github.com/openshift/sandboxed-containers-operator
git checkout -b release-4.7 --track origin/release-4.7
```
3. Install the Kata Operator on the cluster,

Expand Down

0 comments on commit 7f791ff

Please sign in to comment.