Skip to content

doc: add missing cd Cloudreve step before git checkout #52

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

Merged
merged 1 commit into from
Aug 12, 2025
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
3 changes: 3 additions & 0 deletions en/overview/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Cloudreve project mainly consists of two parts: the backend main repository [clo
# Clone the repository
git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git

# Enter the project directory
cd Cloudreve

# Check out the version you want to compile
git checkout 4.x.x
```
Expand Down
3 changes: 3 additions & 0 deletions zh/overview/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Cloudreve 项目主要由两部分组成:后端主仓库 [cloudreve/Cloudreve]
# 克隆仓库
git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git

# 进入项目目录
cd Cloudreve

# 签出您要编译的版本
git checkout 4.x.x
```
Expand Down