We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6e8cc commit bf5f190Copy full SHA for bf5f190
README.adoc
@@ -112,7 +112,7 @@ and then move it into the root of the project:
112
```
113
$ cat client/.gitignore >> .gitignore
114
$ rm -rf client/node* client/src/favicon.ico client/.gitignore client/.git
115
-$ sed -i '/node_/anode/' .gitignore
+$ sed -i -e 's/node_/anode/' .gitignore
116
$ cp -rf client/* .
117
$ cp client/.??* .
118
$ rm -rf client
0 commit comments