Skip to content

Commit 5ea570f

Browse files
author
Anton Krug
committed
Readme rephrased
1 parent b7643be commit 5ea570f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cppcheclipse is an Eclipse plugin which integrates [cppcheck](http://sourceforge.net/projects/cppcheck/) with the [CDT project](https://eclipse.org/cdt/). You can run/configure cppcheck from the Eclipse UI.
22

3-
To build the project by hand it requires maven and Linux platform (maven under Windows will not compile the project properly). To compile run following commands:
3+
To build the project on the command line it requires maven and Linux platform (maven under Windows will not compile the project properly). To compile run following commands:
44
```bash
55
cd com.googlecode.cppcheclipse.parent
66
mvn clean verify
7-
ls ../com.googlecode.cppcheclipse.repository/target/*.zip -l
87
```
9-
It will not increment the version number, will not create a relese nor deploy/publish the artifact.
8+
It will not increment the version number nor deploy/publish/release the artifact. You can find the built p2 repository now in ../com.googlecode.cppcheclipse.repository/target in zip format.
9+
1010

1111
Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki).

0 commit comments

Comments
 (0)