Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit fa34986

Browse files
committed
2 parents 76fe157 + 3c29dc7 commit fa34986

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ The Dashboard tool uses the nw.js package to implement the user interface, and o
1919
# Installation
2020
You must first install Node.js. Node.js version 0.12 is the tested and recommended version.
2121

22-
Download the digexp-toolkit.zip file from https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/release/digexp-toolkit.zip and unzip it on your workstation. Then run install.cmd (Windows) or install.sh (Mac/Linux). This will install the two main programs, dxdashboard
23-
(for the dashboard UI) and dxwcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
22+
Download the digexp-toolkit.zip file from here: https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/release/digexp-toolkit.zip?raw=true
23+
24+
Extract the file on your workstation. Then run install.cmd (Windows) or install.sh (Mac/Linux). This will install the two main programs, dxdashboard (for the dashboard UI) and dxwcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
2425

2526
For the Script Portlet "Push" support, you will need to have the Script Portlet command line client support installed and configured, and you will need to have the "sp" command on your system path. See this documentation for more on installing the Script Portlet command line client: http://www-01.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/script/script-portlet/cmd_line_push.dita
2627

@@ -93,8 +94,8 @@ Usage:
9394
$ cd <path to the wcm library>
9495
$ dxwcmdesigns pull [options]
9596
```
96-
This command will download any remote changes to the WCM library. First run `wcm init`
97-
to initialize the WCM library before using `wcm pull`.
97+
This command will download any remote changes to the WCM library. First run `dxwcmdesigns init`
98+
to initialize the WCM library before using `dxwcmdesigns pull`.
9899

99100
The available options are:
100101
- `-d`, `--dir`: The local directory of the WCM library. By default, it will be

release/digexp-toolkit.zip

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)