chore: update README.md with typo (#1)

* chore: update README.md with typo

* chore: update README.md with git clone code
This commit is contained in:
Hardy 2024-12-05 11:32:42 +08:00 committed by GitHub
parent b134d229e5
commit 6f495c149a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -36,11 +36,13 @@ To learn more about Console, please visit: https://docs.infinilabs.com/console/
## Quickstart ## Quickstart
- Build [web](web/README.md) first. - Build [web](web/README.md) before you run INFINI Console.
```sh ```sh
# init code base path # init code base path
mkdir -p $HOME/go/src/infini.sh && cd $_ mkdir -p $HOME/go/src/infini.sh && cd $_
# clone code
git clone https://github.com/infinilabs/console.git
# build console # build console
make build make build
cd bin && mkdir -p config && cp -rf ../config/{setup,*.tpl,*.json} . 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). 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. We also offer a commercially supported, enterprise-ready version of the software.
For more details, please refer to our [license information](./LICENSE). For more details, please refer to our [license information](./LICENSE).