mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Cleaning up some documentation and comments (#221)
This commit is contained in:
parent
665aac54cb
commit
5682417103
3
Makefile
3
Makefile
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user