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.
2 parents 3f2a813 + 4b19961 commit 604a156Copy full SHA for 604a156
README.md
@@ -9,6 +9,7 @@ Source code for the default registry for Cargo users. Can be found online at
9
10
* `git clone` this repository
11
* `npm install`
12
+* `npm install -g ember-cli`
13
* `npm install -g bower && bower install`
14
15
## Making UI tweaks or changes
@@ -88,14 +89,14 @@ little more complicated.
88
89
4. Run the migrations
90
91
```
- ./target/migrate
92
+ ./target/debug/migrate
93
94
95
5. Run the servers
96
97
98
# In one window, run the api server
- ./target/server
99
+ ./target/debug/server
100
101
# In another window run the ember-cli server
102
npm run start:local
0 commit comments