We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c5b0b commit a2c4720Copy full SHA for a2c4720
README.md
@@ -24,7 +24,7 @@ This README outlines the details of collaborating on this Ember application.
24
## Running
25
26
* `cargo build`
27
-* `./target/cargo-registry`
+* `./target/cargo-registry` (note: first run use: `RESET=1 ./target/cargo_registry` to setup the database)
28
* `ember server --proxy http://localhost:8888`
29
* Visit your app at [http://localhost:4200](http://localhost:4200).
30
src/app.rs
@@ -57,7 +57,7 @@ impl App {
57
}
58
59
pub fn db_setup(&self) {
60
- print!(" - setting up the db\n")
+ println!(" - setting up the db")
61
db::setup(&*self.database.get().unwrap())
62
63
0 commit comments