Updated README.

pull/3/head
Cédric Bonhomme 2017-08-25 14:02:00 +02:00
parent d3344e7906
commit 08153392f7
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 3 additions and 3 deletions

View File

@ -34,6 +34,6 @@ Example of a binary upload with curl (from the GitHub blog):
curl -H "Authorization: token <yours>" \
-H "Accept: application/vnd.github.manifold-preview" \
-H "Content-Type: application/zip" \
--data-binary @build/mac/package.zip \
"https://uploads.github.com/repos/hubot/singularity/releases/123/assets?name=1.0.0-mac.zip"
-H "Content-Type: application/x-tar" \
--data-binary @output-virtualbox-iso/MISP_demo.ova \
"https://uploads.github.com/repos/MISP/MISP/releases/123/assets?name=MISP_demo.ova"