mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-07-18 17:38:07 +08:00
chore(README): update project name
Update FUNDING.yml chore: purge README.md Update project name in CONTRIBUTING.md Update README.md Alist改为OpenList Update README_cn.md Alist改为OpenList Update README.md 漏了一处 Update README_ja.md Alist改为OpenList Update README_cn.md 漏了一处 Update CODE_OF_CONDUCT.md 更改链接 Update README.md 更新tg链接 Update README_cn.md 更新tg链接 Update README_ja.md 更新tg链接 Update README.md 更新团队名 Update README_cn.md 更新团队名称 Update README_ja.md 更新 Update README_cn.md 更新 Update README.md 更新 Update README_ja.md Update CODE_OF_CONDUCT.md TG更改为Telegram Update README_cn.md 更新论坛链接 Update README.md 更新论坛链接 Update README_ja.md 更新论坛链接
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
## Setup your machine
|
||||
|
||||
`alist` is written in [Go](https://golang.org/) and [React](https://reactjs.org/).
|
||||
`OpenList` is written in [Go](https://golang.org/) and [React](https://reactjs.org/).
|
||||
|
||||
Prerequisites:
|
||||
|
||||
@ -11,11 +11,11 @@ Prerequisites:
|
||||
- [gcc](https://gcc.gnu.org/)
|
||||
- [nodejs](https://nodejs.org/)
|
||||
|
||||
Clone `alist` and `alist-web` anywhere:
|
||||
Clone `OpenList` and `alist-web` anywhere:
|
||||
|
||||
```shell
|
||||
$ git clone https://github.com/alist-org/alist.git
|
||||
$ git clone --recurse-submodules https://github.com/alist-org/alist-web.git
|
||||
$ git clone https://github.com/OpenListTeam/OpenList.git
|
||||
$ git clone --recurse-submodules https://github.com/OpenListTeam/alist-web.git
|
||||
```
|
||||
You should switch to the `main` branch for development.
|
||||
|
||||
|
Reference in New Issue
Block a user