File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ POST /_license
7979NOTE: These values are invalid; you must substitute the appropriate content
8080from your license file.
8181
82- You can alternatively use a `curl` command, for example:
82+ You can also install your license file using a `curl` command. Be sure to add
83+ `@` before the license file path to instruct curl to treat it as an input file.
8384
84- [source,js]
8585[source,shell]
8686------------------------------------------------------------
8787curl -XPUT -u <user> 'http://<host>:<port>/_license' -H "Content-Type: application/json" -d @license.json
8888------------------------------------------------------------
8989// NOTCONSOLE
9090
91- On Windows machine , use the following command:
91+ On Windows, use the following command:
9292
9393[source,shell]
9494------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments