Skip to content

Commit

Permalink
[DOCS] Remind users to include @ symbol when applying license file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Apr 4, 2019
1 parent 402f312 commit b7497bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/licensing/update-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ POST /_license
NOTE: These values are invalid; you must substitute the appropriate content
from your license file.

You can alternatively use a `curl` command, for example:
You can also install your license file using a `curl` command. Be sure to add
`@` before the license file path to instruct curl to treat it as an input file.

[source,js]
[source,shell]
------------------------------------------------------------
curl -XPUT -u <user> 'http://<host>:<port>/_license' -H "Content-Type: application/json" -d @license.json
------------------------------------------------------------
// NOTCONSOLE

On Windows machine, use the following command:
On Windows, use the following command:

[source,shell]
------------------------------------------------------------
Expand Down

0 comments on commit b7497bf

Please sign in to comment.