Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philip1337 committed Aug 12, 2018
1 parent c4fc674 commit 7b8a99a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Following features are implemented in the VFS:
* File compression using [lz4](https://github.com/lz4/lz4-java).
* File encryption - [XTEA algorithm](https://en.wikipedia.org/wiki/XTEA) , [Library](https://github.com/xxtea/xxtea-java)

# Download:
* Releases contains example xml and precompiled binaries: [Releases](https://github.com/philip1337/velox-io-java/releases)

The archives do not own any file names so the paths are secured.
It's not possible to access files in the archive without knowing the exact path.

Expand All @@ -31,6 +28,10 @@ It's not possible to access files in the archive without knowing the exact path.
* Code guidelines
* Presentation (25%)

# Download:
* Releases contains example xml and precompiled binaries: [Releases](https://github.com/philip1337/velox-io-java/releases)


# Compile instructions:
* Open the pom.xml (the directory) with netbeans as maven project.
* Build it
Expand Down

0 comments on commit 7b8a99a

Please sign in to comment.