File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # 博客园快捷发布工具
1+ # 博客园快捷发布工具
22
33[ ![ ] ( https://img.shields.io/nuget/v/dotnet-cnblog.svg?style=flat-square&label=nuget )] ( https://www.nuget.org/packages/dotnet-cnblog )
44
2222dotnet tool install -g dotnet-cnblog
2323````
2424
25- ![ ] ( assets/install.gif )
25+ ![ install ] ( ./ assets/install.gif)
2626
2727### 2.配置
2828
2929第一次运行需要配置博客ID,账号密码等,按照提示输入即可,对信息采用tea加密算法进行加密存储。
3030
31- ![ ] ( assets/first-config.png )
31+ ![ first-config ] ( ./ assets/first-config.png)
3232有可能如下情况:
3333
34- ![ 5b8aaca060f93 ] ( https://i.loli.net/2018/09/01/5b8aaca060f93 .png)
34+ ![ error ] ( ./assets/error .png)
3535
3636原因是因为你没有配置path环境变量,我们可以查看下C:\Users\用户名\\ .dotnet\tools 看看是否存在 dotnet-cnblog.exe。
3737
38- ![ 5b8aad768599c ] ( assets/5b8aad768599c .png )
38+ ![ ls ] ( ./ assets/ls .png)
3939
4040如果存在就把这个目录添加到path环境变量即可。
4141
42- ![ 5b8aae1eba289 ] ( assets/5b8aae1eba289 .png )
42+ ![ add_path ] ( ./ assets/add_path .png)
4343
4444### 3.重置配置
4545
@@ -48,7 +48,7 @@ dotnet tool install -g dotnet-cnblog
4848dotnet-cnblog reset
4949````
5050
51- ![ ] ( assets/reset.png )
51+ ![ reset ] ( ./ assets/reset.png)
5252
5353### 4.使用
5454
@@ -57,7 +57,7 @@ dotnet-cnblog reset
5757```` shell
5858dotnet-cnblog < markdown文件路径>
5959````
60- ![ ] ( assets/test.gif )
60+ ![ test ] ( ./ assets/test.gif)
6161
6262## 三.第二种安装方法
6363
@@ -87,7 +87,7 @@ dotnet-cnblog <markdown文件路径>
8787
8888## 四.使用演示
8989
90- ![ ] ( assets/ys.gif )
90+ ![ ys ] ( ./ assets/ys.gif)
9191
9292## 五.说明
9393
You can’t perform that action at this time.
0 commit comments