From 55bf666daaa332dc76b60e37d082fa7860eaef70 Mon Sep 17 00:00:00 2001 From: Timzaak Date: Fri, 7 Jun 2024 01:47:43 +0000 Subject: [PATCH] doc: fix doc and add year for LICENSE --- LICENSE | 2 +- README_CN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 30d99f3..9aaf372 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README_CN.md b/README_CN.md index c2e4b9c..7d24874 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 @@ -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 ``` ## 如何部署静态文件