@k2works/claude-code-booster 0.21.0 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/README.md +6 -8
- package/package.json +1 -1
package/lib/assets/README.md
CHANGED
|
@@ -191,16 +191,18 @@ VS Code で Dev Container を使用する場合:
|
|
|
191
191
|
|
|
192
192
|
**[⬆ back to top](#構成)**
|
|
193
193
|
|
|
194
|
-
###
|
|
194
|
+
### 開発
|
|
195
|
+
|
|
196
|
+
#### Nix による開発環境
|
|
195
197
|
|
|
196
198
|
Nix を使用して、再現可能な開発環境を構築できます。
|
|
197
199
|
|
|
198
|
-
|
|
200
|
+
##### 準備
|
|
199
201
|
|
|
200
202
|
1. [Nix をインストール](https://nixos.org/download.html)します。
|
|
201
203
|
2. Flakes を有効にします(`~/.config/nix/nix.conf` に `experimental-features = nix-command flakes` を追加)。
|
|
202
204
|
|
|
203
|
-
|
|
205
|
+
##### 環境の利用
|
|
204
206
|
|
|
205
207
|
- **デフォルト環境(共通ツール)に入る:**
|
|
206
208
|
```bash
|
|
@@ -219,7 +221,7 @@ Nix を使用して、再現可能な開発環境を構築できます。
|
|
|
219
221
|
|
|
220
222
|
環境から抜けるには `exit` を入力します。
|
|
221
223
|
|
|
222
|
-
|
|
224
|
+
##### 依存関係の更新
|
|
223
225
|
|
|
224
226
|
```bash
|
|
225
227
|
nix flake update
|
|
@@ -227,8 +229,4 @@ nix flake update
|
|
|
227
229
|
|
|
228
230
|
**[⬆ back to top](#構成)**
|
|
229
231
|
|
|
230
|
-
### 開発
|
|
231
|
-
|
|
232
|
-
**[⬆ back to top](#構成)**
|
|
233
|
-
|
|
234
232
|
## 参照
|