Skip to content

Commit 95710f4

Browse files
committed
update README
1 parent 8ac7d01 commit 95710f4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,19 @@ If you have old data, PLEASE BACK UP YOUR DATA BEFORE USE.
1111

1212

1313
# How to use
14-
15-
## Just run it
1614
1. Download from the latest release that suit your computer system.
1715
2. Unzip and execute(trilium for Linux, trilium.sh for Linux sever, trilium.exe for Windows, trilium.app for macOS).
1816
3. Enjoy :)
1917

20-
## How to run server with docker
18+
# How to run server with docker
2119
For Trilium Notes server, you can run it with docker simply by executing:
2220
```
2321
docker-compose up -d
2422
```
2523

2624
It will download the Chinese version of Trilium I built on [Docker Hub](https://hub.docker.com/repository/docker/nriver/trilium-cn).
2725

28-
Open http://127.0.0.1:8080 in your browser.
26+
Open http://127.0.0.1:8080 in your browser to access the server page.
2927

3028
# How to translate
3129
If you would like to check the code (my codes comes with Chinese and English comments, check it) and compile it by yourself. Here is some information may be useful.

README_CN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@
66
如果你是老用户, 使用前最好备份数据以防万一.
77

88
# 使用方法
9-
## 直接运行
109
1. Release里下载对应客户端
1110
2. 解压运行(Linux桌面运行trilium, Linux服务端运行trilium.sh, Windows 运行trilium.exe, macOS 运行trilium.app, ).
1211
3. 玩去吧 :)
1312

14-
## 在Docker里运行服务端
13+
# 在Docker里运行服务端
1514
Trilium Notes的服务端可以用我构建好的docker镜像运行.
1615
```
1716
docker-compose up -d
1817
```
1918

2019
它会从[Docker Hub](https://hub.docker.com/repository/docker/nriver/trilium-cn)直接拉镜像运行.
2120

22-
浏览器里访问 http://127.0.0.1:8080 就行.
21+
浏览器打开 http://127.0.0.1:8080 访问服务端.
2322

2423
## (太长, 别看) 自己编译
2524
如果你想自己检查代码(代码都有中英双语注释)再自己编译, 可以看看下面的东西.

0 commit comments

Comments
 (0)