diff --git a/README.md b/README.md index b4f6ba6..366bda5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bitly +# MyUrls 基于 golang1.13 与 Redis 实现的本地短链接服务,用于缩短请求链接与短链接还原。 @@ -14,6 +14,14 @@ - [Contributing](#contributing) - [License](#license) +# Update + +- 20200330 + 集成前端至根路径,如: 。 + + > 注:如需使用集成的前端,项目部署请 clone 仓库后自行编译,并在代码根目录启动服务。或者可 nginx 单独配置 root 至 public 目录的 index.html。 + + # Dependencies 本服务依赖于 Redis 提供长短链接映射关系存储,你需要本地安装 Redis 服务来保证短链接服务的正常运行。