Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci committed Nov 9, 2015
1 parent b1e34a4 commit 3c9fae0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,13 @@ are:

## Static files
Static files are compiled with gulp, a node.js based build system. Once you
have node and gulp installed, you can then run `npm install` in the project
root to install the packages required to compile Auto-HUD's frontend files.
Then, run `gulp` in the project root to watch for Sass and CoffeeScript
changes.
have node and gulp installed, you can run `npm install` in the project root to
install the packages required to compile the frontend files. Then, run `gulp`
in the project root to watch for Sass and CoffeeScript changes.

## Running the app on boot
To start the application when your computer boots, you can write a simple
script to run start flask up using the right python environment, and to log the
script to start flask using the correct python environment, and to log the
output. Here's what I am using on OS X:

```
Expand Down

0 comments on commit 3c9fae0

Please sign in to comment.