Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Aug 13, 2021
1 parent 799ef08 commit b53e7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have old data, PLEASE BACK UP YOUR DATA BEFORE USE.

# How to use
1. Download from the latest [Release](https://github.com/Nriver/trilium-translation/releases) that suit your computer system.
2. Unzip and execute(trilium for Linux, trilium.sh for Linux sever, trilium.exe for Windows, trilium.app for macOS).
2. Unzip and execute(trilium for Linux, trilium.sh for Linux server, trilium.exe for Windows, trilium.app for macOS).
3. Enjoy :)

# How to run server with docker
Expand Down
4 changes: 2 additions & 2 deletions make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def patch_linux(file_name):
def patch_linux_server(file_name):

if not file_name.endswith('.tar.xz'):
print('linux sever 文件名有问题')
print('linux server 文件名有问题')
print('linux server wrong file name')
exit()

Expand All @@ -189,7 +189,7 @@ def patch_linux_server(file_name):

# 打zip包
# make zip package
new_name = 'trilium-cn-linux-x64-sever.zip'
new_name = 'trilium-cn-linux-x64-server.zip'
print('new_name', new_name)
os.system(f'rm -f {new_name}')
patched_root_folder = 'trilium-linux-x64-server'
Expand Down

0 comments on commit b53e7f5

Please sign in to comment.