Skip to content

Commit 604a156

Browse files
committed
Merge pull request #269 from Luthaf/patch-1
Update installation and first run instructions
2 parents 3f2a813 + 4b19961 commit 604a156

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Source code for the default registry for Cargo users. Can be found online at
99

1010
* `git clone` this repository
1111
* `npm install`
12+
* `npm install -g ember-cli`
1213
* `npm install -g bower && bower install`
1314

1415
## Making UI tweaks or changes
@@ -88,14 +89,14 @@ little more complicated.
8889
4. Run the migrations
8990
9091
```
91-
./target/migrate
92+
./target/debug/migrate
9293
```
9394
9495
5. Run the servers
9596
9697
```
9798
# In one window, run the api server
98-
./target/server
99+
./target/debug/server
99100
100101
# In another window run the ember-cli server
101102
npm run start:local

0 commit comments

Comments
 (0)