$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
From 208246dcf7f4eeaf28aa91a48a4df52873239679 Mon Sep 17 00:00:00 2001
From: "iannucci@chromium.org"
[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
.
-