Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: man/src/depot_tools_tutorial.txt

Issue 809473002: Updates the depot_tools repository URL in the docs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 depot_tools_tutorial(7) 1 depot_tools_tutorial(7)
2 ======================= 2 =======================
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git 6 depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git
7 extensions. 7 extensions.
8 8
9 DESCRIPTION 9 DESCRIPTION
10 ----------- 10 -----------
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ~~~~~~~~~~~~~~~ 64 ~~~~~~~~~~~~~~~
65 65
66 ifdef::backend-xhtml11[] 66 ifdef::backend-xhtml11[]
67 LINUX / MAC 67 LINUX / MAC
68 ^^^^^^^^^^^ 68 ^^^^^^^^^^^
69 endif::backend-xhtml11[] 69 endif::backend-xhtml11[]
70 Clone the 'depot_tools' repository: 70 Clone the 'depot_tools' repository:
71 71
72 [subs="quotes"] 72 [subs="quotes"]
73 ---- 73 ----
74 [white]**$ git clone https://chromium.googlesource.com/chromium/tools/depot_tool s** 74 [white]**$ git clone https://chromium.googlesource.com/chromium/tools/depot_tool s.git**
75 ---- 75 ----
76 76
77 Add 'depot_tools' to the 'end' of your PATH (you will probably want to put this 77 Add 'depot_tools' to the 'end' of your PATH (you will probably want to put this
78 in your `~/.bashrc` or `~/.zshrc`). Assuming you cloned 'depot_tools' to 78 in your `~/.bashrc` or `~/.zshrc`). Assuming you cloned 'depot_tools' to
79 `/path/to/depot_tools`: 79 `/path/to/depot_tools`:
80 80
81 [postsubs="quotes"] 81 [postsubs="quotes"]
82 ---- 82 ----
83 [white]**$ export PATH=$PATH:/path/to/depot_tools** 83 [white]**$ export PATH=$PATH:/path/to/depot_tools**
84 ---- 84 ----
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 dependencies to pull in. This file also contains 'hooks'. 424 dependencies to pull in. This file also contains 'hooks'.
425 425
426 LKGR:: 426 LKGR::
427 Last Known Good Revision. This is a linkgit:git-tag[1] which tracks the last 427 Last Known Good Revision. This is a linkgit:git-tag[1] which tracks the last
428 version of `origin/master` which has passed the full set of testing on the 428 version of `origin/master` which has passed the full set of testing on the
429 link:http://build.chromium.org[main Chromium waterfall]. 429 link:http://build.chromium.org[main Chromium waterfall].
430 430
431 include::_footer.txt[] 431 include::_footer.txt[]
432 432
433 // vim: ft=asciidoc: 433 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698