Skip to content

Commit 4b7a327

Browse files
committed
Add a minimal readme and fix link in license
[av skip]
1 parent 2ffbf6e commit 4b7a327

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> Copyright (c) 2009-2016: Jeff Bezanson, Stefan Karpinski, Viral B. Shah,
22
> and other contributors:
33
>
4-
> https://github.com/JuliaLang/julia/contributors
4+
> https://github.com/JuliaPackaging/Git.jl/contributors
55
>
66
> Permission is hereby granted, free of charge, to any person obtaining
77
> a copy of this software and associated documentation files (the

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66

77
Julia wrapper for command line Git
88

9+
This package provides Julia wrappers for some common Git operations,
10+
as used by the Julia package manager in versions 0.4 and earlier.
11+
12+
If you do not already have `git` installed and on your system `PATH`, then
13+
adding this package (or running `Pkg.build("Git")` will download a local binary
14+
copy of command-line git if you are using Windows, Mac OS X via
15+
[Homebrew.jl](https://github.com/JuliaLang/Homebrew.jl), or Linux on x86/amd64 architectures.
16+
917
[![Git Badge](http://forthebadge.com/images/badges/uses-git.svg)](http://forthebadge.com)

0 commit comments

Comments
 (0)