Skip to content

Commit

Permalink
doc: fix doc and add year for LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Jun 7, 2024
1 parent bb24ea8 commit 55bf666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Timzaak
Copyright (c) 2022-2024 Timzaak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

### 通过源码
```shell
git clone git@github.com:timzaak/spa-server.git
git clone git@github.com:fornetcode/spa-server.git
cd spa-server
git submodule init && git submodule update
cp config.release.conf config.conf # please remember to change `file_dir` in config.conf
Expand All @@ -34,7 +34,7 @@ cargo run --bin spa-server

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

## 如何部署静态文件
Expand Down

0 comments on commit 55bf666

Please sign in to comment.