Skip to content

Commit f79318a

Browse files
authored
Merge pull request Urigo#1942 from tiagomsmagalhaes/patch-1
Update commands on README.md
2 parents 0cd3c6f + 1583c3c commit f79318a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

examples/AngularCLI/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ rm -rf api/node_modules
4444
rm -rf api/client
4545
mv api/server/main.js api/server/main.ts
4646
rm api/package.json api/yarn.lock
47-
ln -s ../package.json api/package.json
48-
ln -s ../yarn.lock api/yarn.lock
49-
ln -s ../tsconfig.jsonapi/tsconfig.json
50-
ln -s ../node_modules api/
51-
cd api; meteor add barbatus:typescript; cd ..
47+
cd api;
48+
ln -s ../package.json
49+
ln -s ../yarn.lock
50+
ln -s ../tsconfig.json
51+
ln -s ../node_modules
52+
meteor add barbatus:typescript;
53+
cd ..;
5254
```
5355

5456
Create `meteor-client.config.json`.

0 commit comments

Comments
 (0)