Skip to content

Commit

Permalink
Output now shows in aardwolf.log
Browse files Browse the repository at this point in the history
Updating the INSTALL.md because the `Rocket has launched...` message is no longer visible in the command line.
  • Loading branch information
BanjoFox committed Nov 15, 2018
1 parent 9b1bbe3 commit 81dda9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion INSTALL.md
Expand Up @@ -97,7 +97,10 @@ To run the server with Actix.rs as the backend (WIP):

$ cargo run --bin aardwolf-server --features=aardwolf-actix

Wait until you see *“Rocket has launched from http://localhost:[port]* in the console. Now you’re ready to go!
The console output should show you `Updating [lang]` where `[lang]` is the two character string for each i18n language file in the /po directory. There will also be one `....done` for each. At this time you will also want to watch the /aardwolf.log because this is where the status updates will show.

Wait until you see *“Rocket has launched from http://localhost:[port]* in the `aardwolf.log`.
Now you’re ready to go!

__NOTE: Build notes__
At this time `gettext-rs` takes a_very_long_time_to_compile. This is for reasons which are beyond the scope of this document.
Expand Down

0 comments on commit 81dda9b

Please sign in to comment.