-
Notifications
You must be signed in to change notification settings - Fork 0
docs 잘못된 설명 수정 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs 잘못된 설명 수정 #24
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,6 +6,25 @@ ExecuteJS 프로젝트의 개발 환경 설정과 기여 방법을 안내합니 | |||||
|
|
||||||
| ### 1. 필수 도구 설치 | ||||||
|
|
||||||
| #### mise를 사용한 자동 설치 (권장) | ||||||
|
|
||||||
| 프로젝트는 `mise.toml`을 통해 런타임 버전을 자동으로 관리합니다: | ||||||
|
|
||||||
| ```bash | ||||||
| # mise 설치 (아직 설치하지 않은 경우) | ||||||
| curl https://mise.run | sh | ||||||
|
|
||||||
| # 프로젝트 디렉토리에서 실행 | ||||||
| mise install | ||||||
|
|
||||||
| # 또는 자동으로 활성화되도록 설정 | ||||||
| mise activate | ||||||
| ``` | ||||||
|
|
||||||
| 이제 프로젝트 디렉토리에서 자동으로 올바른 버전의 Node.js, pnpm, Rust가 사용됩니다. | ||||||
|
||||||
| 이제 프로젝트 디렉토리에서 자동으로 올바른 버전의 Node.js, pnpm, Rust가 사용됩니다. | |
| 이제 프로젝트 디렉토리에서 자동으로 올바른 버전의 Node.js와 Rust가 사용됩니다. pnpm은 별도로 설치해야 합니다. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [tools] | ||
| node = "22" | ||
| rust = "stable" | ||
ohah marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.