You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/02/09 03:14:36 UTC

docs commit: CB-5387 Make given example a working example

Updated Branches:
  refs/heads/master bddb86f99 -> b9cd79fbc


CB-5387 Make given example a working example


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b9cd79fb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b9cd79fb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b9cd79fb

Branch: refs/heads/master
Commit: b9cd79fbcaf8ed1cf0c3b00573966f0887131b57
Parents: bddb86f
Author: Bas Bosman <sb...@mindef.nl>
Authored: Sat Feb 8 21:14:08 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Sat Feb 8 21:14:08 2014 -0500

----------------------------------------------------------------------
 docs/de/edge/guide/cli/index.md | 4 ++--
 docs/en/edge/guide/cli/index.md | 2 +-
 docs/es/edge/guide/cli/index.md | 4 ++--
 docs/fr/edge/guide/cli/index.md | 4 ++--
 docs/it/edge/guide/cli/index.md | 4 ++--
 docs/ja/edge/guide/cli/index.md | 4 ++--
 docs/ko/edge/guide/cli/index.md | 4 ++--
 docs/ru/edge/guide/cli/index.md | 4 ++--
 docs/sl/edge/guide/cli/index.md | 4 ++--
 docs/zh/edge/guide/cli/index.md | 4 ++--
 10 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/de/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/de/edge/guide/cli/index.md b/docs/de/edge/guide/cli/index.md
index 516054b..af0d9ab 100644
--- a/docs/de/edge/guide/cli/index.md
+++ b/docs/de/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Nach der Installation der `cordova` Dienstprogramm, Sie können immer aktualisie
 
 Verwenden Sie diese Syntax, um eine bestimmte Version zu installieren:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Führen Sie `cordova -v` zu sehen, welche Version aktuell installiert ist. Führen Sie den `npm
@@ -370,4 +370,4 @@ Cordova 3.0 oder höher benötigen noch verschiedene Änderungen auf Projekteben
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 50c5564..1c045f2 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -467,7 +467,7 @@ the latest version by running the following command:
 
 Use this syntax to install a specific version:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
 
 Run `cordova -v` to see which version is currently running.  Run the `npm
 info` command for a longer listing that includes the current version

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/es/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/es/edge/guide/cli/index.md b/docs/es/edge/guide/cli/index.md
index 5d0d9c1..04d9c91 100644
--- a/docs/es/edge/guide/cli/index.md
+++ b/docs/es/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Después de instalar el `cordova` utilidad, puede siempre actualizarlo a la vers
 
 Para instalar una versión específica, utilice esta sintaxis:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Ejecute `cordova -v` para ver qué versión se está ejecutando actualmente. Ejecute el `npm
@@ -370,4 +370,4 @@ Cordova 3.0 + todavía puede requerir varios cambios a estructuras de directorio
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/fr/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/fr/edge/guide/cli/index.md b/docs/fr/edge/guide/cli/index.md
index 838187d..3b1a0a6 100644
--- a/docs/fr/edge/guide/cli/index.md
+++ b/docs/fr/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Après avoir installé la `cordova` utilitaire, vous pouvez toujours mettre à j
 
 Utilisez cette syntaxe pour installer une version spécifique :
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Exécutez `cordova -v` pour voir quelle version est en cours d'exécution. Exécutez le `npm
@@ -370,4 +370,4 @@ Cordova 3.0 + peut-être encore exiger des divers changements à la structure de
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/it/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/guide/cli/index.md b/docs/it/edge/guide/cli/index.md
index b1e675e..6dd4d6a 100644
--- a/docs/it/edge/guide/cli/index.md
+++ b/docs/it/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Dopo aver installato il `cordova` utilità, si può sempre aggiornare all'ultima
 
 Per installare una versione specifica, utilizzare questa sintassi:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Eseguire `cordova -v` per vedere quale versione è attualmente in esecuzione. Eseguire il `npm
@@ -370,4 +370,4 @@ Cordova 3.0 + possa ancora richiedere varie modifiche alle strutture di director
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/ja/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/cli/index.md b/docs/ja/edge/guide/cli/index.md
index 033bc85..4b9427a 100644
--- a/docs/ja/edge/guide/cli/index.md
+++ b/docs/ja/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ CLI を使用アプリに機能を追加する方法の例を示します。
 
 特定のバージョンをインストールするには、この構文を使用します。
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 実行 `cordova -v` を現在実行されているどのバージョンを参照してください。 実行、 `npm
@@ -370,4 +370,4 @@ info` をその他の利用可能なバージョン番号と共に現在のバ
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/ko/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/ko/edge/guide/cli/index.md b/docs/ko/edge/guide/cli/index.md
index 1946d21..63f89dc 100644
--- a/docs/ko/edge/guide/cli/index.md
+++ b/docs/ko/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Windows 시스템에서 이러한 실행 *wp* Windows Phone 운영 체제의 다
 
 이 구문을 사용 하 여 특정 버전을 설치.
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 실행 `cordova -v` 버전을 현재 실행 중인 볼 수 있습니다. 실행은 `npm
@@ -370,4 +370,4 @@ info` 다른 사용 가능한 버전 번호와 함께 현재 버전을 포함 
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/ru/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/ru/edge/guide/cli/index.md b/docs/ru/edge/guide/cli/index.md
index de122c6..1f205d8 100644
--- a/docs/ru/edge/guide/cli/index.md
+++ b/docs/ru/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Cordova имеет несколько глобальных команд, кот
 
 Используйте этот синтаксис для установки определенной версии:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Запуск `cordova -v` чтобы посмотреть, какая версия в настоящее время работает. Запуск `npm
@@ -370,4 +370,4 @@ info` команда больше список, который включает
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/sl/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/sl/edge/guide/cli/index.md b/docs/sl/edge/guide/cli/index.md
index 4423a98..517c0c8 100644
--- a/docs/sl/edge/guide/cli/index.md
+++ b/docs/sl/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ Po namestitvi v `cordova` korist, jo lahko vedno posodobite v najnovejšo razli
 
 Za namestitev posebne različice, uporabite to sintakso:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 Teči `cordova -v` videti, katera različica je trenutno nameščena. Teči na `npm
@@ -370,4 +370,4 @@ Cordova 3.0 + lahko še vedno zahtevajo različne spremembe na ravni projekta im
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b9cd79fb/docs/zh/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/cli/index.md b/docs/zh/edge/guide/cli/index.md
index 0d7adb1..4937b6d 100644
--- a/docs/zh/edge/guide/cli/index.md
+++ b/docs/zh/edge/guide/cli/index.md
@@ -355,7 +355,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 
 使用此語法來安裝特定的版本:
 
-        $ sudo npm install -g cordova@3.1.0
+        $ sudo npm install -g cordova@3.1.0-0.2.0
     
 
 運行 `cordova -v` 查看當前運行的版本。 運行 `npm
@@ -370,4 +370,4 @@ info` 命令長清單,其中包含當前版本以及其他可用的版本號
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.