Skip to content

Commit 435239c

Browse files
committed
Fix ordering of installation steps in readme
1 parent 04d131b commit 435239c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,16 @@ Operating Systems (all supported by PowerShell Core):
2020
- [Install PowerShell](https://github.com/PowerShell/PowerShell)
2121
- [Customize PowerShell Colors on Mac](https://info.sapien.com/index.php/quickguides/setting-up-powershell-on-your-mac)
2222

23+
## Create an API token via Mantis UI
24+
25+
Create API Token as per the following [article](https://support.mantishub.com/hc/en-us/articles/206640376-Using-API-Tokens-to-access-MantisHub).
26+
2327
## Import Mantis Module
2428

2529
Load Mantis PowerShell module in an open PowerShell terminal:
2630

2731
Import-Module ./mantis.psm1
2832

29-
## Get Mantis Version
30-
31-
Get-MantisVersion
32-
33-
## Create an API token via Mantis UI
34-
35-
Create API Token as per the following [article](https://support.mantishub.com/hc/en-us/articles/206640376-Using-API-Tokens-to-access-MantisHub).
36-
3733
## Create Login Credentials File
3834

3935
Create `~/.mantis.companyname.json` with contents like the one below including the appropriate URL and logical
@@ -62,6 +58,10 @@ Note that the selected instance will be persisted on disk, hence, it will persis
6258
restarts. This is done by copying `.mantis.company.json` to `.mantis.json`. So if the configuration
6359
is changed, re-run the command `Use-MantisInstance`.
6460

61+
## Get Mantis Version
62+
63+
Get-MantisVersion
64+
6565
## Get Logged In User Info
6666

6767
Get-MantisUser -me

0 commit comments

Comments
 (0)