Skip to content

Commit

Permalink
Merge pull request #36 from fforget/install-documentation
Browse files Browse the repository at this point in the history
Updated install guides
  • Loading branch information
jblandry authored Jan 11, 2018
2 parents 0d59496 + 3f6426d commit 389a916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ gem install sass

# SCSS-Lint (https://github.com/causes/scss-lint)
gem install scss_lint

# Compass (http://compass-style.org) [Legacy]
gem install compass
```

## [Node packages](https://www.npmjs.com/)
Expand Down
11 changes: 3 additions & 8 deletions docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ouvrir un invite de commandes en mode administrateur et exécuter les commandes
```sh
# Image processors (http://www.graphicsmagick.org / http://www.imagemagick.org)
choco install graphicsmagick --confirm
choco install imagemagick.app --version 6.9.9.7 --confirm
choco install imagemagick.app -packageparameters legacysupport=true --confirm

# Ruby (https://www.ruby-lang.org)
choco install ruby --confirm
Expand All @@ -23,17 +23,13 @@ choco install nodejs.install --confirm
```sh
# Set http source
chcp 1252
gem source -a http://rubygems.org/
gem source -a https://rubygems.org/

# Sass (http://sass-lang.com)
gem install sass -v 3.4.25
gem install sass

# SCSS-Lint (https://github.com/causes/scss-lint)
gem install scss_lint

# Compass (http://compass-style.org) [Legacy]
gem install compass

```

## [Node packages](https://www.npmjs.com/)
Expand All @@ -49,5 +45,4 @@ npm install jshint -g

# JSCS (http://jscs.info/) [Legacy]
npm install jscs -g

```

0 comments on commit 389a916

Please sign in to comment.