diff --git a/README.md b/README.md index 62a9732..bf05bb3 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,36 @@ Concise CSS is written using a custom CSS preprocessor, built on top of Sass and ## Installation +There are 4 different options to install Concise CSS in your website, although the recommended way is to use NPM. + +### Using our CDN + +If you just want to try Concise CSS or of you do not have plans to customize the styles, you can use our CDN, this is the easier way to get started with the framework—and if you like it—is recommended to switch to NPM so that you can customize the styles. + + +```HTML + + + + + ``` +#### Semantic versioning with CDN +All major and minor versions of Concise exist in its own folder on the CDN. You can use specific versions of Concise with the CDN by prefixing the CSS file with the version number in the URL. + +For example, you can use the latest version as such: + +```HTML + + + + + +``` + +**Note:** All patch versions of Concise get published automatically to the non-prefixed URL. Patch versions are not organized into a folder. + ### Install with NPM Execute the following command to install Concise CSS from NPM. If you are new to NPM, you can check their [documentation](https://docs.npmjs.com/).