chore(CONTRIBUTING): update to new OpenList-Frontend

This commit is contained in:
zyk2507
2025-06-12 17:35:10 +08:00
committed by Hantong Chen
parent 0bcb4fe16d
commit ee783fa1be

View File

@ -11,11 +11,11 @@ Prerequisites:
- [gcc](https://gcc.gnu.org/) - [gcc](https://gcc.gnu.org/)
- [nodejs](https://nodejs.org/) - [nodejs](https://nodejs.org/)
Clone `OpenList` and `alist-web` anywhere: Clone `OpenList` and `OpenList-Frontend` anywhere:
```shell ```shell
$ git clone https://github.com/OpenListTeam/OpenList.git $ git clone https://github.com/OpenListTeam/OpenList.git
$ git clone --recurse-submodules https://github.com/OpenListTeam/alist-web.git $ git clone --recurse-submodules https://github.com/OpenListTeam/OpenList-Frontend.git
``` ```
You should switch to the `main` branch for development. You should switch to the `main` branch for development.