Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Nov 18, 2015
1 parent bd2cdc1 commit 0c8b340
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Foundation CLI

This is the command-line interface for Foundation for Apps. It downloads our [template stack](https://github.com/zurb/foundation-template) and installs the dependencies.
This is the command-line interface for [Foundation](http://foundation.zurb.com) family of frameworks.. It downloads and installs blank templates in any of the three Foundation frameworks:

- [Foundation for Sites](http://foundation.zurb.com/sites), a framework for responsive websites.
- [Foundation for Apps](http://foundation.zurb.com/apps), a framework for responsive web apps.
- [Foundation for Emails](http://foundation.zurb.com/emails), a framework for responsive email.

## Requirements

Expand Down Expand Up @@ -64,15 +68,15 @@ While the server is running, any changes you make to your HTML, Sass, or JavaScr

### Build

To build an app once, without running a server or watching for new changes, use the `build` command.
To build your app for production, use `foundation build`.

```bash
foundation build
```

### Update

Updates your Bower packages, which includes Foundation for Apps. Run this command when you want to update an existing project to the newest version of Foundation.
Updates your Bower packages, which includes Foundation. Run this command when you want to update an existing project to the newest version of Foundation.

```bash
foundation update
Expand Down

0 comments on commit 0c8b340

Please sign in to comment.