Skip to content

Commit 45ea6aa

Browse files
committed
Update developers intructions in README.
1 parent 2280040 commit 45ea6aa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,10 @@ Get the source code and related packages.
271271
```
272272
$> git clone https://github.com/FNNDSC/ami.git
273273
$> cd ami
274-
$> npm install yarn bower
275-
$> yarn install
274+
$> npm install
276275
```
277276

278-
Default task (runs tests, documentation, etc. and create a directory ready to be pushed as gh-page)
277+
Default task (lint, tests, demo and build)
279278
```
280279
$> npm run
281280
```
@@ -298,7 +297,7 @@ $> npm run lesson 00
298297

299298
Build standalone library to build/
300299
```
301-
$> npm run build
300+
$> npm run build:ami
302301
```
303302

304303
Tests
@@ -311,6 +310,11 @@ Documentation
311310
$> npm run doc
312311
```
313312

313+
Deploy dist/ to gh-pages
314+
```
315+
$> npm run deploy
316+
```
317+
314318
# Credits
315319

316320
AMI would not exist without them:

0 commit comments

Comments
 (0)