-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
김재영 edited this page Apr 16, 2026
·
1 revision
가장 일반적인 설치 방법입니다.
npm install -g naverworks설치 후 바로 버전을 확인합니다.
naverworks version전역 설치 없이 한 번 실행할 때 편합니다.
npx naverworks versionGitHub Releases에서 현재 플랫폼에 맞는 바이너리를 받아 설치합니다.
curl -sSL https://raw.githubusercontent.com/physics91/naverworks-cli/main/install.sh | sh- 기본 설치 경로:
/usr/local/bin - 설치 경로 변경:
INSTALL_DIR=/your/path
예시:
curl -sSL https://raw.githubusercontent.com/physics91/naverworks-cli/main/install.sh | INSTALL_DIR="$HOME/.local/bin" shGo 환경에서 직접 설치할 수도 있습니다.
go install github.com/physics91/naverworks-cli@latestReleases에서 바이너리를 직접 내려받을 수 있습니다.
| 플랫폼 | 아키텍처 |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 |
| Windows | amd64 |
설치가 끝나면 Quick Start로 넘어가서 바로 인증을 진행하면 됩니다.