Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 1722052

Browse files
committed
Update several sections in README
1 parent 77d1475 commit 1722052

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Sass Package Skeleton
22

33
<!--
4-
[![Bower Version](https://img.shields.io/bower/v/sass-package.svg)](http://bower.io/search/?q=sass-package)
4+
[![npm](https://img.shields.io/npm/v/makenew-sass-package.svg)](https://www.npmjs.com/package/makenew-sass-package)
55
-->
6-
[![MIT License](https://img.shields.io/github/license/makenew/sass-package.svg)](./LICENSE.txt)
6+
<!--
7+
[![Bower](https://img.shields.io/bower/v/makenew-sass-package.svg)](http://bower.io/search/?q=makenew-sass-package)
8+
-->
9+
[![GitHub license](https://img.shields.io/github/license/makenew/sass-package.svg)](./LICENSE.txt)
710
[![Dependency Status](https://img.shields.io/gemnasium/makenew/sass-package.svg)](https://gemnasium.com/makenew/sass-package)
811
[![Build Status](https://img.shields.io/travis/makenew/sass-package.svg)](https://travis-ci.org/makenew/sass-package)
912

10-
Use this project freely as a base for your [Sass] packages.
11-
1213
## Description
1314

14-
This branch uses [Ruby Sass][Sass].
15-
For [LibSass] use the [libsass branch].
15+
Bootstrap a new [Sass] package in less than five minutes.
1616

17-
[LibSass]: http://libsass.org/
18-
[libsass branch]: https://github.com/makenew/sass-package/tree/libsass
1917
[Sass]: http://sass-lang.com/
2018

2119
### Features
@@ -98,30 +96,41 @@ $ git merge upstream/master
9896
## Installation
9997

10098
The recommended method is to add this as a dependency
101-
to your project using [Bower] with
99+
to your project using [npm] with
100+
101+
```
102+
$ npm install --save makenew-sass-package
103+
```
104+
105+
or [Bower] with
102106

103107
```
104-
$ bower install --save sass-package
108+
$ bower install --save makenew-sass-package
105109
```
106110

107111
Alternatively, you can download a [release][Releases]
108112
or clone the repository directly.
109113

114+
[Bower]: http://bower.io/
115+
[npm]: https://www.npmjs.com/
116+
[Releases]: https://github.com/makenew/sass-package/releases
117+
110118
## Development and Testing
111119

112120
### Source Code
113121

114-
The [sass-package source](https://github.com/makenew/sass-package)
115-
is hosted on GitHub.
122+
The [makenew-sass-package source] is hosted on GitHub.
116123
To clone the project run
117124

118125
```
119126
$ git clone https://github.com/makenew/sass-package.git
120127
```
121128

129+
[makenew-sass-package source]: https://github.com/makenew/sass-package
130+
122131
### Requirements
123132

124-
You will need [Ruby] ≥ 2 with [Bundler] and [Bower].
133+
You will need [Ruby] with [Bundler] and [Node.js] with [npm].
125134

126135
Install the development dependencies with
127136

@@ -131,8 +140,8 @@ $ npm install
131140
$ npm run deps
132141
```
133142

134-
[Bower]: http://bower.io/
135143
[Bundler]: http://bundler.io/
144+
[Node.js]: https://nodejs.org/
136145
[Ruby]: https://www.ruby-lang.org/
137146

138147
### Rake

0 commit comments

Comments
 (0)