You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/05_SETUP.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ earlier versions of Node.js and PHP.
11
11
### Node.js
12
12
13
13
Install _Node.js v4.2.x or later_ using [nvm](https://github.com/creationix/nvm),
14
-
a [package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
15
-
like apt-get, brew, or yum, or a [standalone installer](http://nodejs.org/download/).
14
+
a [package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager),
15
+
or a [standalone installer](http://nodejs.org/download/).
16
16
17
17
### Grunt
18
18
@@ -38,9 +38,11 @@ for your project.
38
38
## Start using Gadget
39
39
40
40
The easiest way to start a new Drupal project with Grunt Drupal Tasks is to use
41
-
**[Gadget](https://github.com/phase2/generator-gadget)**, a tool which offers an interactive, text-based approach to building an initial project template.
41
+
**[Gadget](https://github.com/phase2/generator-gadget)**, a tool which offers an
42
+
interactive, text-based approach to building an initial project template.
42
43
43
-
Once you have Gadget installed, start a new Drupal project by running `yo gadget` in an empty directory and answer it's prompts.
44
+
Once you have Gadget installed, start a new Drupal project by running
45
+
`yo gadget` in an empty directory and answer it's prompts.
0 commit comments