Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 5, 2025
1 parent fd3b70b commit 5398dde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ WSL 不要创建USER,初始化WSL时,直接取消,然后使用root 。方
```


# Docker 安装 (Docker Compose & JDK)
```
apt update && apt install -y git wget sudo \
&& cd /root && git clone https://github.com/ydcode/start.git \
&& cd /root/start/tools/ && chmod +x ./start.sh && ./start.sh
```

# Docker 安装 (Docker Compose & JDK)
```
apt update && apt install -y git wget sudo \
Expand Down

0 comments on commit 5398dde

Please sign in to comment.