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

Unified Diff: docs/accessibility/patts.md

Issue 2711263005: Correct some details in the instructions for modifying TTS engine. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/accessibility/patts.md
diff --git a/docs/accessibility/patts.md b/docs/accessibility/patts.md
index 5a7fce52891beaf0ce8ee90149aa5873d16f6eeb..c51b911c73699e25f222529d7c684d0398415104 100644
--- a/docs/accessibility/patts.md
+++ b/docs/accessibility/patts.md
@@ -33,22 +33,28 @@ Before you can make changes to PATTS, the first thing you need to run
(from the chroot) is call cros_workon with two relevant ebuilds:
```
-cros_workon --board=$BOARD start chromeos-assets
+cros_workon --board=$BOARD start chromiumos-assets
dmazzoni 2017/02/25 01:56:18 Is it possible the difference has to do with wheth
Wez 2017/02/25 02:06:52 That's a good question; I did indeed just follow t
cros_workon --board=$BOARD start common-assets
```
-Next, make sure you're in the platform/assets directory and run
-```repo start``` and create a branch.
+From outside the root, from anywhere under your top-level ```<repo-dir>```, pull down the relevant sources:
```
-cd platform/assets
+repo sync
+```
+
+Again, outside the root, make sure you're in the ```<repo-dir>/src/platform/assets``` directory and run
+```repo start``` to create a branch:
+
+```
+cd src/platform/assets
repo start <branch_name> .
```
The PATTS data files can be found in this directory:
-```platform/assets/speech_synthesis/patts```
+```src/platform/assets/speech_synthesis/patts```
When updating the files, the native client files (nexe) need to be zipped.
« 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