Skip to content

Commit

Permalink
2021-04-15 10:23:03
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Apr 15, 2021
1 parent e18cec5 commit 51827bf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

![](source/img/repo-deployed.svg) ![](source/img/cdn-deployed.svg) ![](source/img/northpole-preparing.svg) ![](source/img/blockchain-preparing.svg)

## 下载

### Docker

```
docker pull wizardforcel/it-ebooks-blog
docker run -tid -p <port>:80 wizardforcel/it-ebooks-blog
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install it-ebooks-blog
it-ebooks-blog <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g it-ebooks-blog
it-ebooks-blog <port>
# 访问 http://localhost:{port} 查看文档
```

## 目录

+ [计算机电子书 2020 CDNDrive 备份](source/_posts/it-ebooks-2020-cdndrive.md)
+ [机器之心高分教程 BiliDrive 备份](source/_posts/jiqizhixin-bilidrive.md)
+ [吾爱破解论坛精华集 BiliDrive 备份](source/_posts/52pojie-bilidrive.md)
Expand Down

0 comments on commit 51827bf

Please sign in to comment.