Skip to content

Commit

Permalink
Update README.md for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Jun 17, 2015
1 parent e792ba4 commit 8c09e3d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
@@ -1,9 +1,22 @@
# Overview

[![Build Status](https://travis-ci.org/bozaro/git-lfs-migrate.svg?branch=master)](https://travis-ci.org/bozaro/git-lfs-migrate)

Simple project for convert old repository for using git-lfs feature.

# How to use

## Run from binaries

For quick run you need:

* Install Java 1.8 or later
* Download binaries archive from: https://github.com/bozaro/git-lfs-migrate/releases/latest
* After unpacking archive you can run server executing:<br/>
```
java -jar build/deploy/git-lfs-migrate.jar -s source-repo.git -d target-repo.git -l http://test:test@lfs-server/
```

## Build from sources

To build from sources you need install JDK 1.8 or later and run build script.
Expand All @@ -18,4 +31,6 @@ For Windows:

When build completes you can convert repository executing:

java -jar build/deploy/git-lfs-migrate.jar -s source-repo.git -d target-repo.git -l http://test:test@lfs-server/
```
java -jar build/deploy/git-lfs-migrate.jar -s source-repo.git -d target-repo.git -l http://test:test@lfs-server/
```

0 comments on commit 8c09e3d

Please sign in to comment.