Skip to content

Commit 28d38f8

Browse files
committed
reorder paras
1 parent 32ae4d9 commit 28d38f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tree. Initial setup tends to be platform-specific, but subsequent steps are inde
5656

5757
### MQ Client SDK
5858
The MQ Client SDK for C programs is required in order to compile and run Go programs. You may have this from an MQ
59-
Client installation image (eg rpm, dep for Linux; msi for Windows).
59+
Client installation image (eg `rpm`, `deb` for Linux; `msi` for Windows).
6060

6161
For Linux x64 and Windows systems, you may also choose to use the MQ Redistributable Client package which is a simple
6262
zip/tar file that does not need any privileges to install:
@@ -71,19 +71,19 @@ brew tap ibm-messaging/ibmmq
7171
brew install ibm-messaging/ibmmq/mqdevtoolkit
7272
```
7373

74-
### MacOS
75-
76-
* Install the Go runtime and compiler. On macOS, after installing the MQ Dev Toolkit, the package will be located in the
77-
`/opt/mqm`.
78-
* Install the git client and the gcc C compiler
79-
8074
### Linux
8175

8276
* Install the Go runtime and compiler. On Linux, the packaging may vary but a typical directory for the code is
8377
`/usr/lib/golang`.
8478
* Create a working directory. For example, ```mkdir $HOME/gowork```
8579
* Install the git client and the gcc C compiler
8680

81+
### MacOS
82+
83+
* Install the Go runtime and compiler. On macOS, after installing the MQ Dev Toolkit, the package will be located in the
84+
`/opt/mqm`.
85+
* Install the git client and the gcc C compiler
86+
8787
### Windows
8888

8989
* Install the Go runtime and compiler. On Windows, the common directory is `c:\Go`

0 commit comments

Comments
 (0)