Skip to content

Commit 8e1a06a

Browse files
author
Satoshi+
committed
Merge remote-tracking branch 'origin/master'
2 parents c6ec3f9 + aaccc42 commit 8e1a06a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Note: install meteor plug-in first [fourseven:scss](https://atmospherejs.com/fou
6060
```sh
6161
meteor add fourseven:scss
6262
meteor npm install CryptoHub-place/coco#master --save
63-
ls -s -f ../node_modules/@cryptohub/coco/dist/scss imports/coco
63+
ln -sf ../node_modules/@cryptohub/coco/dist/scss imports/coco
6464
```
6565
> client/styles/main.scss
6666
```css
@@ -70,7 +70,7 @@ ls -s -f ../node_modules/@cryptohub/coco/dist/scss imports/coco
7070
#### Jekyll aka Github pages :octocat:
7171
```sh
7272
npm install CryptoHub-place/coco#master --save
73-
ls -s -f ../node_modules/@cryptohub/coco/dist/sass _sass/coco
73+
ln -sf ../node_modules/@cryptohub/coco/dist/sass _sass/coco
7474
```
7575
> css/styles.sass
7676
```css

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cococss.com

0 commit comments

Comments
 (0)