diff options
Diffstat (limited to 'UPDATING.md')
-rw-r--r-- | UPDATING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/UPDATING.md b/UPDATING.md index 581ad07..fbe4df3 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -8,7 +8,9 @@ project source code. webrtc git repository Chromium uses. 2. Instructions on checking out the Chromium tree are on the - [Chromium site][get-chromium]. + [Chromium site][get-chromium]. As a shortcut, you can look at the DEPS file + in the Chromium tree for the current webrtc version being used, and then + just use that commit hash with the webrtc tree. 3. [Meld][meld] is a great tool for diffing two directories. Start by running it on ```webrtc-audio-processing/webrtc``` and |