wasmCloud / wasmcloud-dev-site

Documentation site for wasmCloud.dev
https://wasmcloud.dev
8 stars 15 forks source link

Update `curl` commands for Windows #61

Open thomastaylor312 opened 3 years ago

thomastaylor312 commented 3 years ago

The curl commands as they exist in the docs will not work on Windows (as it isn't actually curl it is calling). Curl commands need a flag and all addresses prefaced by http. Any examples with curl should also have a powershell specific example where the command looks like this:

curl -UseBasicParsing http://<rest of url>
sshiv5768 commented 3 years ago

Hey, @thomastaylor312 I would like to work on this issue.

thomastaylor312 commented 3 years ago

Awesome @sshiv5768! I've assigned it to you. Feel free to tag me when you open your PR

brooksmtownsend commented 2 years ago

Hey @sshiv5768 just checking in here, any progress on this?