Skip to content

Commit 130fac4

Browse files
authored
[-] remove doulbe git checkout from README.md (#942)
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 2eca489 commit 130fac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For the fastest development and deployment experience the Docker compose files a
3737
```shell
3838
git clone https://github.com/cybertec-postgresql/pgwatch.git && cd pgwatch
3939

40-
git checkout git checkout v3.7.0 # or any other version you want to use
40+
git checkout v3.7.0 # or any other version you want to use
4141

4242
docker compose -f ./docker/docker-compose.yml up --detach
4343
```

0 commit comments

Comments
 (0)