Elepover / pmcenter

A Telegram bot helping you process private messages.
https://pmcenter.itsmy.app
Apache License 2.0
145 stars 34 forks source link

Create Dockerfile #2

Closed lwl12 closed 5 years ago

Elepover commented 5 years ago

哇你这个 md 写法我有点难受(

... unzip pmcenter.zip dotnet pmcenter.dll (Code)

(Title) Using Docker

(Code)bash wget https://raw.githubusercontent.com/Elepover/pmcenter/master/Dockfile docker build . -t pmcenter docker run -v PATH_OF_YOUR_pmcenter.json:/opt/pmcenter/pmcenter.json pmcenter (Code)

That's all.

(Title) Configuring ...

改成这样(

lwl12 commented 5 years ago

其实看起来应该不会有什么变化吧(

Elepover commented 5 years ago

@lwl12 不会,但是 RAW 看着很难受(

Genteure commented 5 years ago

没看出来现在这个写法哪里有问题啊 🤔

Elepover commented 5 years ago

md 写法没问题,markdownlint 会报 warning(跑

Elepover commented 5 years ago

我先 merge 再改一下吧(