Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-06-28 11:06:58 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-06-28 11:06:58 +0300
commitef4918530c3d332abbfd4e3076ffc8f9405d4da7 (patch)
treea5c9058d69a8334861672f0e2c68208e8b3efb47 /README.md
parenta827f7ec305999e010d329802e4611065f3f5544 (diff)
Update East Asian language support and docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index fb332d7..d2ff3e3 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,17 @@ Read [the documentation](https://picturepan2.github.io/spectre/) to learn more.
### Getting started
-There are 4 ways to get started with Spectre CSS framework in your projects. You can either manually install or use NPM, Yarn and Bower.
+There are 5 ways to get started with Spectre CSS framework in your projects. You can either manually install or use NPM, Yarn and Bower.
##### Install manually
-Download the compiled and minified [Spectre CSS file](https://github.com/picturepan2/spectre/tree/master/docs/dist).
+Download the compiled and minified [Spectre CSS file](https://github.com/picturepan2/spectre/tree/master/docs/dist). And include `spectre.css` located in `/docs/dist` in your website or Web app &lt;head&gt; part.
+
+`<link rel="stylesheet" href="spectre.min.css" />`
+
+##### Install from CDN
+Alternatively, you can use the [unpkg](https://unpkg.com/) CDN to load compiled Spectre.css.
+
+`<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css" />`
##### Install with NPM
`$ npm install spectre.css --save`
@@ -25,9 +32,7 @@ Download the compiled and minified [Spectre CSS file](https://github.com/picture
##### Install with Bower
`$ bower install spectre.css --save`
-And include `spectre.css` located in `/docs/dist` in your website or Web app &lt;head&gt; part.
-`<link rel="stylesheet" href="spectre.min.css" />`
### Compiling custom version