We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5178d commit 8c50acfCopy full SHA for 8c50acf
doc/manual/m/install/tinker.rst
@@ -14,17 +14,17 @@ For versions prior to this commit, please refer to the following.
14
.. code-block:: bash
15
16
# checkout Tinker
17
- cd tinker9
+ cd tinker-gpu
18
git submodule update --init
19
20
- Alternatively, remove the directory *tinker9/tinker* and clone
+ Alternatively, remove the directory *tinker-gpu/tinker* and clone
21
`Tinker from GitHub <https://github.com/tinkertools/tinker>`_
22
to replace the deleted directory,
23
then checkout the required version **b92eacc8**.
24
25
26
27
28
rm -rf tinker
29
git clone https://github.com/tinkertools/tinker
30
cd tinker
0 commit comments