Skip to content

Commit b7497bf

Browse files
committed
[DOCS] Remind users to include @ symbol when applying license file (#40688)
1 parent 402f312 commit b7497bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/licensing/update-license.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ POST /_license
7979
NOTE: These values are invalid; you must substitute the appropriate content
8080
from 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
------------------------------------------------------------
8787
curl -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
------------------------------------------------------------

0 commit comments

Comments
 (0)