From e86f9a171a023435c653de918a8f330603038469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=AF=AD?= Date: Thu, 19 Jan 2023 23:06:33 +0800 Subject: [PATCH] fix command for installation --- README.md | 5 ++--- README_zh-CN.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 344b105..69989e6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The development of Blorum core is temporarily halted, it will be resumed after t ## How to install ```shell -git clone https://github.com/SorenEricMent/blorum +git clone https://github.com/Blorum/blorum cd blorum npm install ``` @@ -37,8 +37,7 @@ Blorum provided three install modes for you to choose: In the process of installation, if you typoed, you could input `back` to change the answer to previous quesition. ## Documentations -Documents about the Blorum and the whole Blorum project could be found under this repo -[https://github.com/Blorum/blorum-docs](https://github.com/Blorum/blorum-docs) +Documents about the Blorum and the whole Blorum project could be found under this repo: [https://github.com/Blorum/blorum-docs](https://github.com/Blorum/blorum-docs) ## Logo diff --git a/README_zh-CN.md b/README_zh-CN.md index 6d9bbb5..b611f70 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -16,7 +16,7 @@ Blorum核心开发暂时停止,待[Blorum/blorum-docs](https://github.com/Blor ## 如何安装 ```shell -git clone https://github.com/SorenEricMent/blorum +git clone https://github.com/Blorum/blorum cd blorum npm install ```