adding the new download link and note about cloning not being latest release)
This commit is contained in:
parent
4e1b85923a
commit
cc531df455
14
README.md
14
README.md
@ -6,8 +6,8 @@ Check out <http://getskeleton.com> for documentation and details.
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
There are a couple ways to download Skeleton:
|
There are a couple ways to download Skeleton:
|
||||||
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.1/Skeleton-2.0.1.zip)
|
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip)
|
||||||
- Clone the repo: `git clone https://github.com/dhg/Skeleton.git`
|
- Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)
|
||||||
|
|
||||||
|
|
||||||
### What's in the download?
|
### What's in the download?
|
||||||
@ -15,20 +15,20 @@ There are a couple ways to download Skeleton:
|
|||||||
The download includes Skeleton's CSS, Normalize CSS as a reset, a sample favicon, and an index.html as a starting point.
|
The download includes Skeleton's CSS, Normalize CSS as a reset, a sample favicon, and an index.html as a starting point.
|
||||||
|
|
||||||
```
|
```
|
||||||
skeleton/
|
Skeleton/
|
||||||
├── index.html
|
├── index.html
|
||||||
├── css/
|
├── css/
|
||||||
│ ├── normalize.min.css
|
│ ├── normalize.min.css
|
||||||
│ └── skeleton.css
|
│ └── skeleton.css
|
||||||
├── images/
|
└── images/
|
||||||
│ └── favicon.ico
|
└── favicon.ico
|
||||||
└── README.md
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Why it's awesome
|
### Why it's awesome
|
||||||
|
|
||||||
Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
|
Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
|
||||||
- Minified, it's less than a kb
|
- Around 400 lines of CSS unminified and with comments
|
||||||
- It's a starting point, not a UI framework
|
- It's a starting point, not a UI framework
|
||||||
- No compiling or installing...just vanilla CSS
|
- No compiling or installing...just vanilla CSS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user