$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
diff --git a/docs/html/depot_tools.html b/man/html/depot_tools.html similarity index 100% rename from docs/html/depot_tools.html rename to man/html/depot_tools.html diff --git a/docs/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html similarity index 99% rename from docs/html/depot_tools_tutorial.html rename to man/html/depot_tools_tutorial.html index 73c545d85..6a0d578e3 100644 --- a/docs/html/depot_tools_tutorial.html +++ b/man/html/depot_tools_tutorial.html @@ -809,7 +809,7 @@ commands mentioned in this tutorial.
[DEPOT_TOOLS]/docs/html
folder.[DEPOT_TOOLS]/man/html
folder.
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
Add depot_tools to the end of your PATH and MANPATH (you will probably want
-to put this in your ~/.bashrc
or ~/.zshrc
). Assuming you cloned
-depot_tools to /path/to/depot_tools
:
Add depot_tools to the end of your PATH (you will probably want to put this
+in your ~/.bashrc
or ~/.zshrc
). Assuming you cloned depot_tools to
+/path/to/depot_tools
:
$ export PATH=$PATH:/path/to/depot_tools
-$ export MANPATH=$MANPATH:/path/to/depot_tools/docs <1>
+$ export PATH=$PATH:/path/to/depot_tools
-Observe that this path is depot_tools/
docs
.
-