Skip to content

Commit

Permalink
Fix ordering of installation steps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Nov 23, 2017
1 parent 04d131b commit 435239c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@ Operating Systems (all supported by PowerShell Core):
- [Install PowerShell](https://github.com/PowerShell/PowerShell)
- [Customize PowerShell Colors on Mac](https://info.sapien.com/index.php/quickguides/setting-up-powershell-on-your-mac)

## Create an API token via Mantis UI

Create API Token as per the following [article](https://support.mantishub.com/hc/en-us/articles/206640376-Using-API-Tokens-to-access-MantisHub).

## Import Mantis Module

Load Mantis PowerShell module in an open PowerShell terminal:

Import-Module ./mantis.psm1

## Get Mantis Version

Get-MantisVersion

## Create an API token via Mantis UI

Create API Token as per the following [article](https://support.mantishub.com/hc/en-us/articles/206640376-Using-API-Tokens-to-access-MantisHub).

## Create Login Credentials File

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

## Get Mantis Version

Get-MantisVersion

## Get Logged In User Info

Get-MantisUser -me
Expand Down

0 comments on commit 435239c

Please sign in to comment.