Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flyctlのurlのupdate #4086

Merged
merged 5 commits into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
### fly.io上で動かす

1. 事前にSlack API TokenとYahoo API Tokenを取得します。
2. [Install flyctl · Fly Docs](https://fly.io/docs/hands-on/install-flyctl/)に記載されている手順で `fly` コマンドをインストールします。
3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/hands-on/sign-up-sign-in/)に記載されている手順でfly.ioへの登録・ログインを行います。
2. [Install flyctl · Fly Docs](https://fly.io/docs/getting-started/launch-demo/)に記載されている手順で `fly` コマンドをインストールします。
3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/getting-started/launch-demo/)に記載されている手順でfly.ioへの登録・ログインを行います。
4. [Dashboard · Fly](https://fly.io/dashboard/)内の `Billing` からクレジットカードを登録します (無料枠で使用する場合も必須)。
5. [`yq` コマンドのGitHub](https://github.com/mikefarah/yq/?tab=readme-ov-file#install)に記載されている手順で `yq` コマンドをインストールします。
6. このリポジトリをcloneします。
Expand Down
4 changes: 2 additions & 2 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
### fly.io上で動かす

1. 事前にSlack API TokenとYahoo API Tokenを取得します。
2. [Install flyctl · Fly Docs](https://fly.io/docs/hands-on/install-flyctl/)に記載されている手順で `fly` コマンドをインストールします。
3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/hands-on/sign-up-sign-in/)に記載されている手順でfly.ioへの登録・ログインを行います。
2. [Install flyctl · Fly Docs](https://fly.io/docs/getting-started/launch-demo/)に記載されている手順で `fly` コマンドをインストールします。
Goryudyuma marked this conversation as resolved.
Show resolved Hide resolved
3. [Sign up / Sign in · Fly Docs](https://fly.io/docs/getting-started/launch-demo/)に記載されている手順でfly.ioへの登録・ログインを行います。
Goryudyuma marked this conversation as resolved.
Show resolved Hide resolved
4. [Dashboard · Fly](https://fly.io/dashboard/)内の `Billing` からクレジットカードを登録します (無料枠で使用する場合も必須)。
5. [`yq` コマンドのGitHub](https://github.com/mikefarah/yq/?tab=readme-ov-file#install)に記載されている手順で `yq` コマンドをインストールします。
6. このリポジトリをcloneします。
Expand Down
Loading