Skip to content

Commit bfb8c3f

Browse files
committed
Update front-end install notes
1 parent 34fdfc7 commit bfb8c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ You can now visit the app in your browser by visiting [http://lio.loc/](http://l
5555

5656
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
5757

58-
- Be sure you have Ruby, Sass, and Compass installed on your machine
59-
- When running any compass command in the terminal, be sure to run it from your `/public` folder.
58+
- To compile stylesheets, we'll need [Compass](http://compass-style.org/). Install Compass by running `sudo apt-get install ruby-compass` when ssh'd into your Homestead box.
59+
- When running any Compass command in the terminal, be sure to run it from your `/public` folder.
6060
- Compass is the tool used to compile Sass source files into CSS files; you can run `compass compile` to run it once, or `compass watch` to trigger a script that will watch your Sass files for changes and trigger a new compass compile on each change
6161

6262
## Maintainers

0 commit comments

Comments
 (0)