Skip to content

Commit 9499252

Browse files
Add installation section to readme
Make sure folks know this is a package in the general registry
1 parent 84fd6d6 commit 9499252

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
[![Build Status](https://travis-ci.org/FluxML/MacroTools.jl.svg?branch=master)](https://travis-ci.org/FluxML/MacroTools.jl)
66

77
MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system and code-walking tools that let you do deep transformations of code in a few lines. See the [docs](http://fluxml.github.io/MacroTools.jl/) for more info.
8+
9+
Suggestions, issues and pull requsts are welcome.
10+
11+
## Installation
12+
13+
```julia
14+
]add MacroTools
15+
```
16+

0 commit comments

Comments
 (0)