Unverified Commit 38a51167 authored by Peter Hickey's avatar Peter Hickey Committed by GitHub
Browse files

Fix typo in deps/README.md (#10113)

parent 56a80205
...@@ -43,7 +43,7 @@ the following additional steps: ...@@ -43,7 +43,7 @@ the following additional steps:
#### Updating/upgrading jemalloc #### 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> 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. This should hopefully merge the local changes into the new version.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment