Skip to content

Commit 0ee9c02

Browse files
committed
Update README.md
1 parent 19848c8 commit 0ee9c02

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,27 @@
22

33
This package offers Python-style general formatting and c-style numerical formatting (for speed).
44

5+
[![Format](http://pkg.julialang.org/badges/Format_0.6.svg)](http://pkg.julialang.org/detail/Format)
6+
[![Format](http://pkg.julialang.org/badges/Format_0.7.svg)](http://pkg.julialang.org/detail/Format)
57
[![Build Status](https://travis-ci.org/JuliaString/Format.jl.svg?branch=newmaster)](https://travis-ci.org/JuliaString/Format.jl)
68

79
[![Coverage Status](https://coveralls.io/repos/github/JuliaString/Format.jl/badge.svg?branch=newmaster)](https://coveralls.io/github/JuliaString/Format.jl?branch=newmaster)
8-
910
[![codecov.io](http://codecov.io/github/JuliaString/Format.jl/coverage.svg?branch=newmaster)](http://codecov.io/github/JuliaString/Format.jl?branch=newmaster)
1011
---------------
1112

1213

1314
## Getting Started
1415

15-
This package is pure Julia.
16-
This package is not yet registered, so it needs to be cloned and checked out:
17-
18-
```julia
19-
Pkg.clone("https://github.com/JuliaString/Format.jl")
20-
Pkg.checkout("Format", "newmaster")
21-
```
16+
This package is pure Julia. It is now registered, so it can be added simply with `Pkg.add("Format")`.
17+
Note: The default branch is `newmaster` instead of `master`, remember that if you wish to make a PR on this package. (It is forked off of [Formatting.jl](https://github.com/JuliaIO/Formatting.jl), and I try to keep the master branch up to date with that, and cherry pick or port all necessary changes to `Format`).
2218

2319
To start using the package, you can simply write
2420

2521
```julia
2622
using Format
2723
```
2824

29-
This package depends on Julia of version 0.5 or above. It has no other dependencies. The package is MIT-licensed.
25+
This package depends on Julia of version 0.6 or above, and. The package is MIT-licensed.
3026

3127

3228
## Python-style Types and Functions

0 commit comments

Comments
 (0)