File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ POST /_license
79
79
NOTE: These values are invalid; you must substitute the appropriate content
80
80
from your license file.
81
81
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.
83
84
84
- [source,js]
85
85
[source,shell]
86
86
------------------------------------------------------------
87
87
curl -XPUT -u <user> 'http://<host>:<port>/_license' -H "Content-Type: application/json" -d @license.json
88
88
------------------------------------------------------------
89
89
// NOTCONSOLE
90
90
91
- On Windows machine , use the following command:
91
+ On Windows, use the following command:
92
92
93
93
[source,shell]
94
94
------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments