Skip to content

Commit 20c1e25

Browse files
committed
Readme updated
1 parent 1fcfe1d commit 20c1e25

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Gulp Package for Magento 1.x
1+
# Gulp Package for Magento 2.x
22

3-
This is a simple skin package for Magento 1 to let you implement the following features to make you able use a quicker and fancy method of coding.
3+
This is a simple skin package for Magento 2.x to let you implement the following features to make you able use a quicker and fancy method of coding.
44

55
- Gulp
66
- Sass
@@ -35,7 +35,9 @@ Let's create a new skin package on your magento2 project.
3535
```sh
3636
$ cd [magento-root-directory]
3737
$ cd app/design/frontend/[your-vendor-name]/[your-theme-name]/
38-
$ git clone [git-repo-url] .
38+
$ git init
39+
$ git remote add remote [git-repo-url]
40+
$ git pull remote master
3941
$ npm install -d
4042
```
4143
All the dependences will be downloaded to a new directory called node_modules, which should be added to your .gitignore file (in case you are using git).
@@ -62,7 +64,7 @@ To make this work on Magento, you need to add css/styles.css and js/script.js at
6264
That's it! Have a happy coding!
6365

6466

65-
For more information: www.codealist.com
67+
For more information: www.codealist.net
6668

6769

6870
### IMPORTANT (For Ubuntu users)

0 commit comments

Comments
 (0)