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

Commit 0df1700

Browse files
author
jbooth1
committed
Fixed typos in readme file.
1 parent 911e963 commit 0df1700

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ 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 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 (for the dashboard UI) and dxwcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
2423

2524
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
2625

@@ -52,15 +51,15 @@ When you first run the dashboard, you should go to the "Settings" tab to configu
5251
# Using the"dxwcmdesigns" command line utility
5352
Note that all the functionality for push/pull of WCM design files is available from the Dashboard user interface. For the command line support, use:
5453
```
55-
$ dxdxwcmdesigns <command> [options]
54+
$ dxwcmdesigns <command> [options]
5655
```
5756

5857
The commands are described below.
5958

6059
## init
6160
Usage:
6261
```
63-
$ dxdxwcmdesigns init [options]
62+
$ dxwcmdesigns init [options]
6463
```
6564
Running this command will display a prompt to select a WCM library. A subdirectory
6665
will be created (in the current working directory) and the selected library will be
@@ -75,7 +74,7 @@ The available options are:
7574
Usage:
7675
```
7776
$ cd <path to the wcm library>
78-
$ dxdxwcmdesigns push [options]
77+
$ dxwcmdesigns push [options]
7978
```
8079
Running this command will push the source files to WCM and update the library on the server.
8180

@@ -91,10 +90,10 @@ The available options are:
9190
Usage:
9291
```
9392
$ cd <path to the wcm library>
94-
$ dxdxwcmdesigns pull [options]
93+
$ dxwcmdesigns pull [options]
9594
```
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`.
95+
This command will download any remote changes to the WCM library. First run `dxwcmdesigns init`
96+
to initialize the WCM library before using `dxwcmdesigns pull`.
9897

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

0 commit comments

Comments
 (0)