Skip to content

Commit

Permalink
Merge pull request #6 from windwords/main
Browse files Browse the repository at this point in the history
zh-cn translation update; fix logo's url; fix command for installation
  • Loading branch information
WinslowEric authored Jan 19, 2023
2 parents 3d15200 + d80cd7b commit 50299e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Language : [English](https://github.com/SorenEricMent/blorum/blob/main/README.md) | [简体中文](https://github.com/SorenEricMent/blorum/blob/main/README_zh-CN.md)
Language: [English](https://github.com/SorenEricMent/blorum/blob/main/README.md) | [简体中文](https://github.com/SorenEricMent/blorum/blob/main/README_zh-CN.md)

---

Expand All @@ -7,7 +7,7 @@ Language : [English](https://github.com/SorenEricMent/blorum/blob/main/README.md
The development of Blorum core is temporarily halted, it will be resumed after the permission documentation in Blorum/blorum-docs is finished.

# The Blorum Project - API Server
<img alt="Blorum Bird" src="https://github.com/SorenEricMent/blorum/blob/main/statics/blorum.png" width="100" height="100">
<img alt="Blorum Bird" src="https://github.com/Blorum/.github/blob/main/profile/blorum.png" width="100" height="100">

***To combine personal blog with public forum.***

Expand All @@ -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
```
Expand All @@ -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

Expand Down
10 changes: 6 additions & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Language : [English](https://github.com/SorenEricMent/blorum/blob/main/README.md) | [简体中文](https://github.com/SorenEricMent/blorum/blob/main/README_zh-CN.md)
Language: [English](https://github.com/SorenEricMent/blorum/blob/main/README.md) | [简体中文](https://github.com/SorenEricMent/blorum/blob/main/README_zh-CN.md)

---

**该项目仍在积极开发中,尚未准备好使用。**
**该项目仍在积极开发中,尚未准备好投入使用。**

Blorum核心开发暂时停止,待[Blorum/blorum-docs](https://github.com/Blorum/blorum-docs)中的权限文档完成后恢复。

# The Blorum Project - API Server
<img alt="Blorum Bird" src="https://github.com/SorenEricMent/blorum/blob/main/statics/blorum.png" width="100" height="100">
<img alt="Blorum Bird" src="https://github.com/Blorum/.github/blob/main/profile/blorum.png" width="100" height="100">

***将博客与论坛相结合。***

Expand All @@ -14,7 +16,7 @@ Language : [English](https://github.com/SorenEricMent/blorum/blob/main/README.md
## 如何安装

```shell
git clone https://github.com/SorenEricMent/blorum
git clone https://github.com/Blorum/blorum
cd blorum
npm install
```
Expand Down

0 comments on commit 50299e8

Please sign in to comment.