Skip to content

Commit

Permalink
Docs on updating the bootstrap.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Jan 24, 2012
1 parent 07da7f8 commit e43d2fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,12 @@
This is a example application using [SimpleForm](https://github.com/plataformatec/simple_form)
and [Twitter Bootstrap](http://twitter.github.com/bootstrap).

A copy of the `bootstrap.css` from the [2.0-wip branch](https://github.com/twitter/bootstrap/tree/2.0-wip) is located at `vendor/assets/stylesheets/bootstrap.css`. To update it from the bootstrap repository, use the following:

```
curl https://raw.github.com/twitter/bootstrap/2.0-wip/bootstrap.css > vendor/assets/stylesheets/bootstrap.css
```

## License

MIT License. Copyright 2011 Plataforma Tecnologia. [blog.plataformatec.com.br](http://blog.plataformatec.com.br)

0 comments on commit e43d2fe

Please sign in to comment.