Skip to content

Commit

Permalink
update install line
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Jan 2, 2024
1 parent 427e84d commit da5e17b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-graphql/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-graphql/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 の作成
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-graphql/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 のインストール
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-graphql/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit da5e17b

Please sign in to comment.