Skip to content

Commit c251284

Browse files
authored
Update README.md
1 parent ae0255d commit c251284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ This method keeps the library separate from your own source code and makes updat
229229
```sh
230230
# From the root of your project
231231
git submodule add https://github.com/joz-k/LockFreeSpscQueue.git external/LockFreeSpscQueue
232+
# Pin the checkout to a specific version, usually the latest one
233+
cd external/LockFreeSpscQueue && git checkout v1.0.3
232234
```
233235

234236
2. **In your project's main `CMakeLists.txt`, add the following:**

0 commit comments

Comments
 (0)