grim/hgkeeper

Remove the esc embedder from README.md

2022-03-07, Gary Kramlich
476489023b40
Parents 285592accfa6
Children 4bd445aa0546
Remove the esc embedder from README.md
  • +1 -11
    README.md
  • --- a/README.md Mon Mar 07 01:20:11 2022 -0600
    +++ b/README.md Mon Mar 07 01:21:18 2022 -0600
    @@ -21,19 +21,9 @@
    ## Building
    -This project needs to generate some source files, so you'll need to first
    -install the embedding tool [esc](https://github.com/mjibson/esc).
    +You can build hgkeeper with the following commands:
    ```
    -$ go get -u github.com/mjibson/esc
    -```
    -
    -Once esc is installed, make sure it's available on your path.
    -
    -Then you can build hgkeeper with the following commands:
    -
    -```
    -$ go generate ./...
    $ go build
    ```