Skip to content

Commit aff0e28

Browse files
author
ANDREW M. TRICE
committed
updated readme for aliases to be under MacOS section
1 parent 444843a commit aff0e28

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ By default, this installer will use the 'brew' installer, if available. If you d
2323
curl -sL https://ibm.biz/idt-installer | bash -s -- --nobrew
2424
```
2525

26+
Once complete, there will be three aliases defined to access the IDT:
27+
- `idt` : Main command line tool for IBM cloud native development (shortcut to 'bx dev')
28+
- `idt-update` : Update your IDT environment to the latest versions
29+
- `idt-uninstall` : Uninstall the IBM Developer Tools
30+
2631
Access the [platform-specific readme](./linux-installer/README.md) for additional details.
2732

2833
This script has only been tested on Ubuntu Linux systems, although it should behave properly on other distros. If you run into any issues, please let us know on [Slack](https://ibm.biz/IBMCloudNativeSlack) or file an issue on our [GitHub repo](https://github.com/ibm-cloud-tools/idt-installer).
@@ -40,12 +45,6 @@ Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('
4045

4146
Access the [Widnows-specific readme](./windows-installer/README.md) for additional details.
4247

43-
---
44-
45-
Once complete, there will be three aliases defined to access the IDT:
46-
- `idt` : Main command line tool for IBM cloud native development (shortcut to 'bx dev')
47-
- `idt-update` : Update your IDT environment to the latest versions
48-
- `idt-uninstall` : Uninstall the IBM Developer Tools
4948

5049

5150
## Feedback

0 commit comments

Comments
 (0)