Skip to content

Commit da82b83

Browse files
author
Cristian
committed
Update README.md
1 parent 80173d7 commit da82b83

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
java-cloudfiles
1+
Java CloudFiles
22
===============
33

44
This library is a branch of [Rackspace Java CloudFiles project](https://github.com/rackerlabs/java-cloudfiles]). It is used in the desktop client to communicate with Swift.
55

6-
In order to build:
6+
## Requirements
77

8-
1) Download the repository (which if you're doing this, you already have)
9-
2) type "ant compile" (or "ant package" if you'd like the full package)
8+
- Java 1.7
9+
- Maven
10+
11+
## Build and execution
12+
13+
To create a jar:
14+
15+
$ mvn assembly:assembly

0 commit comments

Comments
 (0)