Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions en/quickstart/openvela_ubuntu_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Open a terminal and run the following commands to update the package list and in
```Bash
sudo apt update
sudo apt install git git-lfs cmake python3 build-essential

git lfs install
```

## Step 2: Download the Source Code
Expand Down
2 changes: 2 additions & 0 deletions zh-cn/quickstart/openvela_ubuntu_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
```Bash
sudo apt update
sudo apt install git git-lfs cmake python3 build-essential

git lfs install
```

## 步骤二:下载源代码
Expand Down
3 changes: 3 additions & 0 deletions zh-cn/quickstart/vscode_plugin_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# openvela VS Code 插件使用指南

本文档指导开发者在 Ubuntu 环境下安装 openvela VS Code 插件,并完成 openvela 项目的创建、编译、调试及应用开发。