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

Side by Side Diff: telemetry/third_party/web-page-replay/documentation/GettingStarted.md

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 months 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
OLDNEW
1 # Prerequisites 1 # Prerequisites
2 * A Mac running OS X 10.6 ("Snow Leopard") or Linux (tested with Ubuntu 2 * A Mac running OS X 10.6 ("Snow Leopard") or Linux (tested with Ubuntu
3 Lucid). Support for Windows is still experimental 3 Lucid). Support for Windows is still experimental
4 * [Python 2.6](http://www.python.org/download/releases/2.6.6/) 4 * [Python 2.6](http://www.python.org/download/releases/2.6.6/)
5 5
6 # Install 6 # Install
7 Only do this the first time. 7 Only do this the first time.
8 8
9 1. Open the Terminal application and download the source. 9 1. Open the Terminal application and download the source.
10 ``` 10 ```
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ``` 160 ```
161 161
162 # Help 162 # Help
163 163
164 For full usage instructions and advanced options, see the program's 164 For full usage instructions and advanced options, see the program's
165 help. 165 help.
166 166
167 ``` 167 ```
168 $ ./replay.py --help 168 $ ./replay.py --help
169 ``` 169 ```
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698