Skip to content

Commit 55bf666

Browse files
committed
doc: fix doc and add year for LICENSE
1 parent bb24ea8 commit 55bf666

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Timzaak
3+
Copyright (c) 2022-2024 Timzaak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
### 通过源码
2727
```shell
28-
git clone [email protected]:timzaak/spa-server.git
28+
git clone [email protected]:fornetcode/spa-server.git
2929
cd spa-server
3030
git submodule init && git submodule update
3131
cp config.release.conf config.conf # please remember to change `file_dir` in config.conf
@@ -34,7 +34,7 @@ cargo run --bin spa-server
3434

3535
### 通过镜像
3636
```shell
37-
docker run -d -p 80 -p 443 -v $HOST_VOLUME:/data -v $CONFIG:/config.conf timzaak/spa-server:latest
37+
docker run -d -p 80 -p 443 -v $HOST_VOLUME:/data -v $CONFIG:/config.conf fornetcode/spa-server:latest
3838
```
3939

4040
## 如何部署静态文件

0 commit comments

Comments
 (0)