Skip to content

Commit 38c5d5b

Browse files
takemi-ohamaclaude
andcommitted
docs(install): README から env init の冗長な注記を削除 (PLAN31_1)
ワンライナー節の「env init は対話が必要なため案内のみで、自動実行はしません」 は冗長なため削除 (getting-started 側に同旨の記載あり)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f52bbbc commit 38c5d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ devbaseは、Docker Composeを使った再現性の高い開発環境を提供
2626
curl -fsSL https://raw.githubusercontent.com/devbasex/devbase/main/install.sh | bash
2727
```
2828

29-
`~/devbase` に clone(既存なら更新)し、`devbase init` まで自動実行します(uv の自動導入・PATH/補完の登録・`plugins.yml` 生成を含む)。完了後に表示される手順に従い、`source "$(~/devbase/bin/devbase shell-rc)"` でシェルを再読み込みしてください。`env init` は対話が必要なため案内のみで、自動実行はしません。
29+
`~/devbase` に clone(既存なら更新)し、`devbase init` まで自動実行します(uv の自動導入・PATH/補完の登録・`plugins.yml` 生成を含む)。完了後に表示される手順に従い、`source "$(~/devbase/bin/devbase shell-rc)"` でシェルを再読み込みしてください。
3030

3131
環境変数で挙動を上書きできます。
3232

0 commit comments

Comments
 (0)