Skip to content

Commit 7dc079b

Browse files
committed
Update README.md
Modify Step 7 to match current execution instructions.
1 parent a274534 commit 7dc079b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ The [MCT](https://sites.google.com/site/openmct/) project was developed at the N
44

55
Getting Started
66
--
7-
1. MCT is built using Maven (Java SE6), so start by downloading [maven 2.2.1](http://maven.apache.org/download.html)
7+
1. MCT is built using Maven (Java SE6), so start by downloading [maven 2.2.1 or greater](http://maven.apache.org/download.html)
88
2. Clone the git repository `git clone https://github.com/nasa/mct.git` into a local folder (referred to as `MCT_HOME`).
99
3. Run `mvn -N install` from the `MCT_HOME/superpom` directory.
1010
4. Run `mvn clean install -Dmaven.test.skip=true -Ddistribution` from the `MCT_HOME/platform-assembly` directory.
1111
1. If Maven complains about missing dependencies org.eclipse:equinox-osgi:jar:3.5.1 or org.eclipse:equinox-osgi-services:jar:3.2.0, download the JARs for the two plugins from http://archive.eclipse.org/equinox/drops/R-3.5.1-200909170800/index.php. Then follow the instructions Maven provides for installing the JARs.
1212
5. The platform distribution archive can be found in the `MCT_HOME/platform-assembly/target` directory.
1313
6. Extract the distribution archive, i.e. `mct-platform-1.8b4-dist.tar.gz` to the directory you wish to install MCT.
1414
The subdirectory `mct-platform-1.8b4` will be created from the archive (referred to as `MCT_DIST`).
15-
7. Run `mct.sh` from the `MCT_DIST/bin` directory to start MCT.
15+
7. Run `MCT.jar` from the extracted MCT directory. On most systems, this can be done with a double-click from a file browser; from the command line, `java -jar MCT.jar`
1616

1717
Working on MCT
1818
--

0 commit comments

Comments
 (0)