diff --git a/README.md b/README.md index 27509ebb..719c3690 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - [Keyframes and global](#keyframes-and-global) - [With props](#with-props) - [`as` prop](#as-prop) +- [Installation](#installation) - [Setup](#setup) - [Options](#options) - [Use without webpack](#use-without-webpack) @@ -349,6 +350,12 @@ const StyledFooter = styled(Footer, { allowAs: true })` ` ``` +## Installation + +```shell +npm install --save-dev astroturf +``` + ## Setup If you want the simplest, most bare-bones setup you can use the included `css-loader` which will setup css-modules and postcss-nested. This is the minimum setup necessary to get it working. Any options passed to the loader are passed to the official webpack `css-loader`