-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build example to better support asset bundling; ref #5
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|