zed-windows-builds
Unofficial nightly builds of the Zed editor for Windows
파일 탐색기
- config.toml
- build-issue.yml
- config.yml
- build.yml
- claude-code-review.yml
- claude.yml
- nightly.yml
- pr-comment-build.yml
- release.yml
- stable.yml
- test-integration.yml
- test.yml
- FUNDING.yml
- 2025-10-31-pr-build-trigger-and-test-fixes-design.md
- 2025-10-31-pr-build-trigger-implementation.md
- check-releases.sh
- Parse-Rustflags.ps1
- prepare-release.sh
- README.md
- test-prepare-release.sh
- .actrc
- .gitignore
- .mise.toml
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
scoop bucket
설명 보기 ▼
scoop bucket
Manage buckets: Git repositories containing files which describe how scoop installs applications.
If Scoop doesn't know where the bucket is located its repository location must be specified.
scoop bucket list
List all buckets currently in use:
scoop bucket known
List all known buckets:
scoop bucket add {{name}}
Add a known bucket by its name:
scoop
설명 보기 ▼
scoop
Scoop 패키지 관리자.
`bucket`과 같은 하위 명령어는 자체 문서를 가지고 있습니다.
더 많은 정보: <https://github.com/ScoopInstaller/Scoop/wiki/Commands>.
scoop install {{package}}
패키지 설치:
scoop uninstall {{package}}
패키지 제거:
scoop update --all
모든 설치된 패키지 업데이트:
