Cleaning up some documentation and comments (#221)

This commit is contained in:
Mike Arpaia 2016-09-21 17:40:26 -07:00 committed by GitHub
parent 665aac54cb
commit 5682417103
2 changed files with 7 additions and 5 deletions

View File

@ -103,6 +103,9 @@ generate: .prefix
-o=server/bindata.go \
frontend/templates/ assets/...
# we first generate the webpack bundle so that bindata knows to watch the
# output bundle file. then, generate debug bindata source file. finally, we
# run webpack in watch mode to continuously re-generate the bundle
generate-dev: .prefix
webpack --progress --colors
go-bindata -debug -pkg=server \

View File

@ -41,9 +41,9 @@ minimum toolset:
* [Docker](https://www.docker.com/products/overview#/install_the_platform)
If you're using MacOS or Linux, you should have Make installed already. If you
If you're using MacOS or Linux, Make should be installed by default. If you
are using Windows, you will need to install it separately. Additionally, if you
would only like to run an in-memory instances of Kolide (for demonstrations,
would only like to run an in-memory instance of Kolide (for demonstrations,
testing, etc.), then you do not need to install Docker.
Once you have those minimum requirements, you will need to install Kolide's
@ -53,9 +53,8 @@ dependent libraries. To do this, run the following:
make deps
```
When pulling in new revisions to the Kolide codebase to your working source
tree, it may be necessary to re-run `make deps` if a new Go or JavaScript
dependency was added.
When pulling in new revisions to your working source tree, it may be necessary
to re-run `make deps` if a new Go or JavaScript dependency was added.
### Building