Warn the reader that init takes a while.
The first time I ran `re-natal init` I waited quite a while, staring at "Creating Leiningen project", before deciding that something had gone wrong. After re-checking all my deps, I tried it again and just left it longer (this is Java after all). Many minutes later, it said "Creating React Native skeleton. Relax, this takes a while..." and my only thought was, "It would have been very reassuring to have been warned about the wait."
This commit is contained in:
parent
5812a36109
commit
861004298a
|
@ -69,7 +69,7 @@ $ re-natal init FutureApp -i [om-next | reagent6 | rum]
|
|||
If your app's name is more than a single word, be sure to type it in CamelCase.
|
||||
A corresponding hyphenated Clojure namespace will be created.
|
||||
|
||||
If all goes well you should see printed out basic instructions how to run in iOS simulator.
|
||||
The init process will take a few minutes — coffee break! If all goes well you should see printed out basic instructions how to run in iOS simulator.
|
||||
|
||||
```
|
||||
$ cd future-app
|
||||
|
|
Loading…
Reference in New Issue