Skip to content

Commit

Permalink
update add command in introduction
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Wahid <ahmedwahid16101@gmail.com>
  • Loading branch information
Ahmad-Wahid committed Jan 2, 2024
1 parent a3185ae commit b8695ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/dev/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Otherwise, you need to add some other user first. Here is how we add an admin:

.. code-block:: bash
$ flexmeasures add account --name MyCompany
$ flexmeasures add user --username admin --account-id 1 --email admin@mycompany.io --roles admin
$ flexmeasures add account --name MyCompany
$ flexmeasures add user --username admin --account 1 --email admin@mycompany.io --roles admin
(The account-id you need in the 2nd command is printed by the 1st)
(The `account` you need in the 2nd command is printed by the 1st)


.. note::
Expand Down

0 comments on commit b8695ec

Please sign in to comment.