-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 2. 安装项目运行时环境 | ||
|
||
根据不同的项目语言安装不同的运行时环境, `Github` 会自动标注主要语言 | ||
![what-languages](./assets/what-languages.png) | ||
|
||
也可以按照下面列出的特性, 安装对应语言的运行时 | ||
|
||
- [nodejs](../setup-runtime/nodejs) (项目中有 `package.json` 文件) | ||
|
||
- [python](../setup-runtime/python) (大量 `.py` 后缀文件) | ||
|
||
- [java](../setup-runtime/java) (大量 `.java` 后缀文件) |