Skip to content

Commit

Permalink
readme: update code.sajari.com/docconv/docd installation instructions (
Browse files Browse the repository at this point in the history
…#132)

---------

Co-authored-by: Jonathan Ingram <[email protected]>
  • Loading branch information
rhaist and jonathaningram authored Mar 6, 2023
1 parent e0a7210 commit 8c168b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ If you haven't setup Go before, you first need to [install Go](https://golang.or

To fetch and build the code:

$ go get code.sajari.com/docconv/...
$ go install code.sajari.com/docconv/docd@latest

This will also build the command line tool `docd` into `$GOPATH/bin`. Make sure that `$GOPATH/bin` is in your `PATH` environment variable.
See `go help install` for details on the installation location of the installed `docd` executable. Make sure that the full path to the executable is in your `PATH` environment variable.

## Dependencies

Expand Down

0 comments on commit 8c168b3

Please sign in to comment.