Update BUILD-README.md

This commit is contained in:
wbsong111
2025-01-09 16:02:03 +09:00
parent 2aada8b0c6
commit 7f2d7d6429
+1 -1
View File
@@ -17,7 +17,7 @@ $ git checkout -b update-ollama/1.1.2
- BUILD-README.md, CUSTOM-README.md, custom-values.yaml을 제외한 파일 삭제
``` sh
# chart 디렉토리로 이동
cd ~/dip-catalog/charts/qdrant
cd ~/dip-catalog/charts/ollama
# 파일 삭제 전 삭제할 파일 목록 확인
find . -mindepth 1 \( -name "CUSTOM-README.md" -o -name "BUILD-README.md" -o -name "custom-values.yaml" \) -prune -o -print