mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
Fix typo in deps/README.md (#10113)
This commit is contained in:
parent
56a802057e
commit
38a5116728
2
deps/README.md
vendored
2
deps/README.md
vendored
@ -43,7 +43,7 @@ the following additional steps:
|
||||
|
||||
#### Updating/upgrading jemalloc
|
||||
|
||||
The jemalloc directory is pulled as a subtee from the upstream jemalloc github repo. To update it you should run from the project root:
|
||||
The jemalloc directory is pulled as a subtree from the upstream jemalloc github repo. To update it you should run from the project root:
|
||||
|
||||
1. `git subtree pull --prefix deps/jemalloc https://github.com/jemalloc/jemalloc.git <version-tag> --squash`<br>
|
||||
This should hopefully merge the local changes into the new version.
|
||||
|
Loading…
Reference in New Issue
Block a user