From da5e17bcb0fb3812d54566130c654bfb1206d5f4 Mon Sep 17 00:00:00 2001 From: POPPIN-FUMI Date: Tue, 2 Jan 2024 12:49:26 +0100 Subject: [PATCH] update install line --- articles/doc/en/skeet-firestore/quickstart.md | 2 +- articles/doc/en/skeet-firestore/setup.md | 2 +- articles/doc/en/skeet-graphql/quickstart.md | 2 +- articles/doc/en/skeet-graphql/setup.md | 2 +- articles/doc/ja/skeet-firestore/quickstart.md | 2 +- articles/doc/ja/skeet-firestore/setup.md | 2 +- articles/doc/ja/skeet-graphql/quickstart.md | 2 +- articles/doc/ja/skeet-graphql/setup.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/articles/doc/en/skeet-firestore/quickstart.md b/articles/doc/en/skeet-firestore/quickstart.md index c8755e6..7adebd7 100644 --- a/articles/doc/en/skeet-firestore/quickstart.md +++ b/articles/doc/en/skeet-firestore/quickstart.md @@ -17,7 +17,7 @@ If npm is not installed, you can install it with the following command. (This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" ``` ## Creating a Google Cloud Project diff --git a/articles/doc/en/skeet-firestore/setup.md b/articles/doc/en/skeet-firestore/setup.md index 5a34907..d874b90 100644 --- a/articles/doc/en/skeet-firestore/setup.md +++ b/articles/doc/en/skeet-firestore/setup.md @@ -46,7 +46,7 @@ If npm is not installed, you can install it with the following command. (This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" $ npm install -g firebase-tools ``` diff --git a/articles/doc/en/skeet-graphql/quickstart.md b/articles/doc/en/skeet-graphql/quickstart.md index ffd541b..1fce4c9 100644 --- a/articles/doc/en/skeet-graphql/quickstart.md +++ b/articles/doc/en/skeet-graphql/quickstart.md @@ -21,7 +21,7 @@ If npm is not installed, you can install it with the following command. (This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" ``` ## Docker Installation diff --git a/articles/doc/en/skeet-graphql/setup.md b/articles/doc/en/skeet-graphql/setup.md index 868fc4d..986be7e 100644 --- a/articles/doc/en/skeet-graphql/setup.md +++ b/articles/doc/en/skeet-graphql/setup.md @@ -46,7 +46,7 @@ If npm is not installed, you can install it with the following command. (This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" $ npm install -g firebase-tools ``` diff --git a/articles/doc/ja/skeet-firestore/quickstart.md b/articles/doc/ja/skeet-firestore/quickstart.md index e8ed097..86b793d 100644 --- a/articles/doc/ja/skeet-firestore/quickstart.md +++ b/articles/doc/ja/skeet-firestore/quickstart.md @@ -19,7 +19,7 @@ npm がインストールされていない場合は、以下のコマンドで (このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" ``` ## Google Cloud Project の作成 diff --git a/articles/doc/ja/skeet-firestore/setup.md b/articles/doc/ja/skeet-firestore/setup.md index b74dd27..5c4742c 100644 --- a/articles/doc/ja/skeet-firestore/setup.md +++ b/articles/doc/ja/skeet-firestore/setup.md @@ -49,7 +49,7 @@ npm がインストールされていない場合は、以下のコマンドで (このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" $ npm install -g firebase-tools ``` diff --git a/articles/doc/ja/skeet-graphql/quickstart.md b/articles/doc/ja/skeet-graphql/quickstart.md index d1719ae..8a85fff 100644 --- a/articles/doc/ja/skeet-graphql/quickstart.md +++ b/articles/doc/ja/skeet-graphql/quickstart.md @@ -21,7 +21,7 @@ npm がインストールされていない場合は、以下のコマンドで (このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" ``` ## Docker のインストール diff --git a/articles/doc/ja/skeet-graphql/setup.md b/articles/doc/ja/skeet-graphql/setup.md index 0d16ab3..8702544 100644 --- a/articles/doc/ja/skeet-graphql/setup.md +++ b/articles/doc/ja/skeet-graphql/setup.md @@ -45,7 +45,7 @@ npm がインストールされていない場合は、以下のコマンドで (このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。) ```bash -$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)" +$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/v1.0.2-install)" $ npm install -g firebase-tools ```