From d1b5c3e6486e3059430f8c00e20242f52909ac66 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Wed, 17 Aug 2022 14:02:05 +0800 Subject: [PATCH] docs: fix preview dev change --- CONTRIBUTING.md | 9 ++++----- README.md | 28 +++++++++++++++++++++------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdcc4b13..fa6f9010 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,19 +14,19 @@ Prerequisites: Clone `alist` and `alist-web` anywhere: ```shell -$ git clone https://github.com/Xhofe/alist.git -$ git clone https://github.com/Xhofe/alist-web.git +$ git clone https://github.com/alist-org/alist.git +$ git clone --recurse-submodules https://github.com/alist-org/alist-web.git ``` You should switch to the `main` branch for development. ## Preview your change ### backend ```shell -$ go run cmd/alist.go +$ go run main.go ``` ### frontend ```shell -$ yarn dev +$ pnpm dev ``` ## Create a commit @@ -73,7 +73,6 @@ Must be one of the following: * **chore**: Changes to the build process or auxiliary tools and libraries such as documentation generation * **release**: Release a new version -* **workflow**: Workflow related file modification ### Scope The scope could be anything specifying place of the commit change. For example `$location`, diff --git a/README.md b/README.md index bdef42d1..c842e449 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,26 @@
logo -

🗂️A file list program that supports multiple storage, powered by Gin and React.

- latest version - discussions - Build status - Downloads - License +

🗂️A file list program that supports multiple storage, powered by Gin and Solidjs.

+ + latest version + + + discussions + + + Build status + + + Downloads + + + License + + + + - donate + sponsor
@@ -16,6 +29,7 @@ [Contributors](./CONTRIBUTORS.md) | [Contributing](./CONTRIBUTING.md) > ### New version is under development. Checkout [v2](https://github.com/alist-org/alist/tree/v2) branch for latest version. +> Click [here](https://crwd.in/alist) to help translate. ## Discussion