Skip to content

Commit

Permalink
update build example to better support asset bundling; ref #5
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Aug 8, 2017
1 parent bb9358a commit 0745ccb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ page to get the latest available version of links.ml

### Build from source

$ go get -u github.com/lrstanley/links.ml
$ $GOPATH/bin/link.ml --help
Note that you must have [Go](https://golang.org/doc/install) installed and
a fully working `$GOPATH` setup.

$ go get -d -u github.com/lrstanley/links.ml
$ cd $GOPATH/src/github.com/lrstanley/links.ml
$ make
$ ./links --help

## Usage

Expand Down Expand Up @@ -136,7 +141,7 @@ $ curl --data 'url=https://google.com/example&encrypt=y0urp4$$w0rd' https://link

```
LICENSE: The MIT License (MIT)
Copyright (c) 2017 Liam Stanley <[email protected]>
Copyright (c) 2016 Liam Stanley <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0745ccb

Please sign in to comment.