Commit 452c368
authored
Update README.md, fix installation script for Mac
Curl needs "Accept: application/json" in request header, else call
curl "https://api.github.com/repos/covexo/devspace/releases/latest" fails with following error message
{
"message": "Unsupported 'Accept' header: [#<Sinatra::Request::AcceptEntry:0x00007f8e4e2f8878 @entry=\"application/vnd.heroku+json; version=3\", @type=\"application/vnd.heroku+json\", @params={\"version\"=>\"3\"}, @q=1.0>]. Must accept 'application/json'.",
"documentation_url": "https://developer.github.com/v3/media"
}1 parent 4069099 commit 452c368
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments