Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from abeaumont/fix/build-instructions
Browse files Browse the repository at this point in the history
doc: Simplify build rules
  • Loading branch information
abeaumont authored Sep 8, 2017
2 parents baa8508 + 7bd7730 commit b1759a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ and to analyse UASTs with the functionality provided by [libuast](https://github

## Installation

### Dependencies

- [libuast](https://github.com/bblfsh/libuast)

### Go library

```
go get .
$ make
```

## Usage
Expand All @@ -23,7 +17,6 @@ Users of this library will want use it as basis for their own code analysis,
but a standalone app is also provided to easily give a try to its features:

```
$ go get ./...
$ cli -e localhost:9432 -f sample.py -q "/compilation_unit//identifier"
```

0 comments on commit b1759a7

Please sign in to comment.