This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ demonstration purposes only and does not apply to this software.
51
51
You can replace the placeholder package name and GitHub username
52
52
with your own using
53
53
54
- ``` bash
54
+ ```
55
55
$ git ls-files -z | xargs -0 sed -i 's/coffeescript-package/your-package/g'
56
56
$ git ls-files -z | xargs -0 sed -i 's/makenew/your_username/g'
57
57
```
@@ -95,7 +95,7 @@ $ git merge upstream/master
95
95
The recommended method is to add this as a dependency
96
96
to your project using [ Bower] with
97
97
98
- ``` bash
98
+ ```
99
99
$ bower install --save coffeescript-package
100
100
```
101
101
@@ -110,7 +110,7 @@ The [coffeescript-package source](https://github.com/makenew/coffeescript-packag
110
110
is hosted on GitHub.
111
111
To clone the project run
112
112
113
- ``` bash
113
+ ```
114
114
$ git clone https://github.com/makenew/coffeescript-package.git
115
115
```
116
116
@@ -120,7 +120,7 @@ You will need [npm] with [Grunt] and [Bower].
120
120
121
121
Install the development dependencies with
122
122
123
- ``` bash
123
+ ```
124
124
$ npm install
125
125
$ bower install
126
126
```
You can’t perform that action at this time.
0 commit comments