Skip to content

Commit 833d41c

Browse files
author
ANDREW M. TRICE
committed
updated readme, updated versions for testing devops integration
1 parent e921fa0 commit 833d41c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following are platform specific concerns and notes you should be aware of.
1414
The following command can install the IBM Developer tools in a single invocation. Open up a terminal and run the following command:
1515

1616
```
17-
$ curl -sL https://ibm.biz/idt-installer | bash
17+
curl -sL https://ibm.biz/idt-installer | bash
1818
```
1919

2020
By default, this installer will use the 'brew' installer on MacOS, if available. If you explicitly do not want to use brew, execute the following command with `--nobrew` option:
@@ -43,7 +43,7 @@ To install the IBM Developer Tools CLI on Windows 10 or newer:
4343
Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('http://ibm.biz/idt-win-installer')
4444
```
4545

46-
Access the [Widnows-specific readme](./windows-installer/README.md) for additional details.
46+
Access the [Windows-specific readme](./windows-installer/README.md) for additional details.
4747

4848

4949

linux-installer/idt-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright (c) 2017, International Business Machines. All Rights Reserved.
88
#------------------------------------------------------------------------------
99

10-
VERSION="0.7"
10+
VERSION="0.8"
1111
PROG="IBM Developer Tools - Installer"
1212
INSTALLER_URL="https://ibm.biz/idt-installer"
1313
GIT_URL="https://github.com/ibm-cloud-tools/idt-installer"

windows-installer/idt-win-installer.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# idt-win-installer
22
# Installs IBM Developer Bluemix CLI plugin and all dependencies.
3+
# VERSION="0.8"
34

45
# Check for 64-bit Platform - Dev and Helm do not have 32-bit versions.
56
if ([Environment]::Is64BitProcess -ne [Environment]::Is64BitOperatingSystem)

0 commit comments

Comments
 (0)