@k2works/claude-code-booster 0.9.0 → 0.9.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 +1 -1
- package/package.json +1 -1
package/lib/assets/README.md
CHANGED
|
@@ -156,7 +156,7 @@ GHCR からイメージを取得して実行するには:
|
|
|
156
156
|
docker pull ghcr.io/k2works/{project_name}:latest
|
|
157
157
|
|
|
158
158
|
# または特定バージョン
|
|
159
|
-
docker pull ghcr.io/k2works/
|
|
159
|
+
docker pull ghcr.io/k2works/{project_name}:0.0.1
|
|
160
160
|
|
|
161
161
|
# コンテナを実行
|
|
162
162
|
docker run -it -v $(pwd):/srv ghcr.io/k2works/{project_name}:latest
|