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

Unified Diff: sky/HACKING.md

Issue 1164023004: Rename skydb to mojodb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Update docs Created 5 years, 7 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 | « mojo/tools/mojodb ('k') | sky/tools/skydb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/HACKING.md
diff --git a/sky/HACKING.md b/sky/HACKING.md
index d21e99041a1d5eae5eb7337557d10d5a7e0b8def..a316a4e80fc0f3894d4a00bbe174a0b03ff6be23 100644
--- a/sky/HACKING.md
+++ b/sky/HACKING.md
@@ -9,18 +9,18 @@ Building
Running applications
--------------------
-* ``./sky/tools/skydb start out/Debug [url]``
+* ``./sky/tools/mojodb start out/Debug [url]``
- `skydb` has numerous commands, visible via `skydb help`. Common ones include:
- * `skybd start` BUILD_DIR [url]
- * `skydb load` [url]
- * `skydb stop`
- * `skydb start_tracing` # Starts recoding a performance trace (use stop_tracing to stop)
- * `skydb print_crash` # Symbolicate the most recent crash from android.
+ `mojodb` has numerous commands, visible via `mojodb help`. Common ones include:
+ * `mojodb start` BUILD_DIR [url]
+ * `mojodb load` [url]
+ * `mojodb stop`
+ * `mojodb start_tracing` # Starts recoding a performance trace (use stop_tracing to stop)
+ * `mojodb print_crash` # Symbolicate the most recent crash from android.
-Once `skydb start` is issued, all subsequent commands will be sent to
+Once `mojodb start` is issued, all subsequent commands will be sent to
the running mojo_shell instance (even on an attached android device).
-`skydb start` reads gn args from the passed build directory to
+`mojodb start` reads gn args from the passed build directory to
determine whether its using android, for example.
* ``./sky/tools/test_sky --debug``
« no previous file with comments | « mojo/tools/mojodb ('k') | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698