Skip to content

Commit

Permalink
Update README.md (#347)
Browse files Browse the repository at this point in the history
git fetch --tags won't work until you go to the persistenceCore directory. You always will have error:
fatal: not a git repository (or any of the parent directories): .git

Co-authored-by: Puneet <[email protected]>
  • Loading branch information
KhatkevichKirill and puneet2019 authored Sep 12, 2024
1 parent 0a25e13 commit e5f5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ git clone https://github.com/persistenceOne/persistenceCore.git
* Checkout release tag

```shell
cd persistenceCore
git fetch --tags
git checkout [vX.X.X]
```

* Install

```shell
cd persistenceCore
make all
```

Expand Down

0 comments on commit e5f5612

Please sign in to comment.