From 411e3992f912d7db4847fd78873be14179bb3765 Mon Sep 17 00:00:00 2001 From: Kristopher Chen Date: Mon, 24 Jul 2017 15:22:27 +1000 Subject: [PATCH] Update README.md Clarify curl command usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78459f7..3ea1489 100644 --- a/README.md +++ b/README.md @@ -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