Skip to content

Commit 4a3cbef

Browse files
committed
tweaking readme
1 parent d85b9ae commit 4a3cbef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@ teiid
33

44
Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores.
55

6-
# Useful Links
6+
## Useful Links
77
- Website - http://teiid.org
88
- Documentation - http://www.jboss.org/teiid/docs
99
- JIRA Issues - https://issues.jboss.org/browse/TEIID
1010
- User Forum - https://community.jboss.org/en/teiid?view=discussions
1111
- Wiki - https://community.jboss.org/wiki/TheTeiidProject
1212

13-
To build Teiid
13+
## To build Teiid
1414
- install JDK 1.6 or higher
1515
- install maven 3 - http://maven.apache.org/download.html
16-
- Create a github account and fork Teiid
16+
- Create a github account and fork Teiid
17+
18+
Enter the following:
1719

1820
$ git clone https://github.com/<yourname>/teiid.git
1921
$ cd teiid
2022
$ mvn clean install -P release
21-
23+
2224
you can find the deployment artifacts in the "teiid/build/target" directory once the build is completed.

0 commit comments

Comments
 (0)