Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议把命令行上传方法写到README中去 #69

Open
lingr7 opened this issue Jul 20, 2020 · 1 comment
Open

建议把命令行上传方法写到README中去 #69

lingr7 opened this issue Jul 20, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@lingr7
Copy link

lingr7 commented Jul 20, 2020

现在在API文档中,入口感觉有点深,毕竟下载的方法在README中就有了。
image
image

#上传
curl -d '@data.txt' api.pasteme.cn 
#下载
curl api.pasteme.cn/44029 > rx.txt

data.txt中

 {
  "lang": "bash",
  "content": "echo Hello"
 }

rx.txt中

echo Hello
@LucienShui
Copy link
Member

非常感谢,更推荐直接发 pr 喔~

@LucienShui LucienShui added the documentation Improvements or additions to documentation label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants