Skip to content

Commit 32e839a

Browse files
add git checkout command to get a specific version
1 parent 6ac6eaf commit 32e839a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/operator-docs.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ mkdir -p $GOPATH/src/github.com/crunchydata/
9999
cd $GOPATH/src/github.com/crunchydata
100100
git clone https://github.com/CrunchyData/postgres-operator.git
101101
cd postgres-operator
102+
git checkout 2.4
102103
....
103104

104105
At this point, you can choose one of two options to install the postgres-operator

0 commit comments

Comments
 (0)