forked from M-Labs/artiq
afws_client: fix argument order
This commit is contained in:
parent
20cb99061e
commit
b705862ecd
|
@ -219,7 +219,7 @@ If you have an active firmware subscription with M-Labs or QUARTIQ, you can obta
|
|||
|
||||
Run the command::
|
||||
|
||||
$ afws_client [username] build [variant] [afws_directory]
|
||||
$ afws_client [username] build [afws_directory] [variant]
|
||||
|
||||
Replace ``[username]`` with the login name that was given to you with the subscription, ``[variant]`` with the name of your system variant, and ``[afws_directory]`` with the name of an empty directory, which will be created by the command if it does not exist. Enter your password when prompted and wait for the build (if applicable) and download to finish. If you experience issues with the AFWS client, write to the helpdesk@ email.
|
||||
|
||||
|
|
Loading…
Reference in New Issue