builtin, circo, circup, cjxl, clamdscan, clang-*, cli53: add Korean translation (#13967)

This commit is contained in:
HoJeong Im
2024-10-04 04:18:26 +09:00
committed by GitHub
parent 0bddbe2244
commit 0140be74b4
9 changed files with 207 additions and 0 deletions

24
pages.ko/common/circup.md Normal file
View File

@@ -0,0 +1,24 @@
# circup
> CircuitPython 라이브러리 업데이트 도구.
> 더 많은 정보: <https://github.com/adafruit/circup>.
- 장치의 모듈을 대화형 방식으로 업데이트:
`circup update`
- 새로운 라이브러리 설치:
`circup install {{라이브러리_이름}}`
- 라이브러리 검색:
`circup show {{부분문자열_이름}}`
- `requirements.txt` 형식으로 연결된 장치의 모든 라이브러리를 나열:
`circup freeze`
- 연결된 장치의 모든 라이브러리를 현재 디렉터리에 저장:
`circup freeze -r`