Skip to content

Commit

Permalink
Merge branch 'feature/docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Mar 7, 2013
2 parents d89b75b + ad3465e commit 650fbd3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@

# inuit.css web template

Web template for housing the inuit.css framework as submodule
This is the inuit.css web template; the wrapper for the popular
[inuit.css](https://github.com/csswizardry/inuit.css) framework.

This template is a barebones and unopinionated directory structure which simply
allows you to include the inuit.css core library in your builds as an updatable
Git submodule.

To quickly install inuit.css, run the following commands:

$ git clone --recursive git@github.com:csswizardry/inuit.css-web-template.git your-project-folder
$ cd your-project-folder
$ ./go

For a more detailed overview on what inuit.css is, and how to install and use
it, please refer to the documentation in the README in
[the main inuit.css repository](https://github.com/csswizardry/inuit.css).

0 comments on commit 650fbd3

Please sign in to comment.