Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarify curl command usage
  • Loading branch information
KristopherChen authored Jul 24, 2017
1 parent 9bec538 commit 411e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Download the latest **update firmware** from the [Northbound Networks Forums](ht
* Click 'Restart' in the web interface header to complete the update

* **[Advanced] To update via cURL**:
* Run the following command: **curl --verbose -0 --form "file=@ZodiacFX_vXX_update.bin"**
* If the firmware upload fails, you may need to use the multipart/related content type like so: **curl -H "Content-Type: multipart/related" --verbose -0 --form "file=@ZodiacFX_vXX_update.bin"**
* Run the following command: **curl --verbose -0 --form "file=@ZodiacFX_vXX_update.bin" *ip_address***
* If the firmware upload fails, you may need to use the multipart/related content type like so: **curl -H "Content-Type: multipart/related" --verbose -0 --form "file=@ZodiacFX_vXX_update.bin" *ip_address***
* Note: a restart is required after the update to load the new firmware.

## Building the Project
Expand Down

0 comments on commit 411e399

Please sign in to comment.