From 6f495c149a1c0aa9c251bb7487e52d0bb901408f Mon Sep 17 00:00:00 2001 From: Hardy Date: Thu, 5 Dec 2024 11:32:42 +0800 Subject: [PATCH] chore: update README.md with typo (#1) * chore: update README.md with typo * chore: update README.md with git clone code --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0dd19d8..e3e876b6 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,13 @@ To learn more about Console, please visit: https://docs.infinilabs.com/console/ ## Quickstart -- Build [web](web/README.md) first. +- Build [web](web/README.md) before you run INFINI Console. ```sh # init code base path mkdir -p $HOME/go/src/infini.sh && cd $_ +# clone code +git clone https://github.com/infinilabs/console.git # build console make build cd bin && mkdir -p config && cp -rf ../config/{setup,*.tpl,*.json} . @@ -58,4 +60,4 @@ Fell free to join the Discord server to discuss anything around this project: INFINI Gateway is a truly open-source project, licensed under the [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0). We also offer a commercially supported, enterprise-ready version of the software. -For more details, please refer to our [license information](./LICENSE). \ No newline at end of file +For more details, please refer to our [license information](./LICENSE).