mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Added a small explenation at the end of the installation on how to start the coco-dev environment.
This commit is contained in:
parent
d393c8cce4
commit
1fb1ea82c8
3 changed files with 33 additions and 2 deletions
|
@ -47,4 +47,11 @@
|
|||
[end]
|
||||
succesfull=The setup of the CodeCombat Dev. Environment was succesfull.
|
||||
thankyou=Thank you already for your contribution and see you soon.
|
||||
readme=Do you want to read the README for more information?
|
||||
readme=Do you want to read the README for more information?
|
||||
[start]
|
||||
1=From now on you can start the dev. environment at
|
||||
2=the touch of a single mouse click.
|
||||
3= 1) Just double click
|
||||
4=and let the environment start up.
|
||||
5= 2) Now just open 'localhost:3000' in your prefered browser.
|
||||
6=That's it, you're now ready to start working on CodeCombat!
|
|
@ -47,4 +47,11 @@
|
|||
[end]
|
||||
succesfull=De installatie van de CodeCombat-Ontwikkelings omgeving was succesvol.
|
||||
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
|
||||
readme=Wil je de LEESMIJ lezen voor meer informatie?
|
||||
readme=Wil je de LEESMIJ lezen voor meer informatie?
|
||||
[start]
|
||||
1=Vanaf nu kan je de ontwikkelings omgeving opstarten
|
||||
2=met het gemak van een enkele muisklik.
|
||||
3= 1) Dubbelklik op
|
||||
4=en laat de omgeving opstarten.
|
||||
5= 2) Nu kan je 'localhost:3000' openen in je browser naar voorkeur.
|
||||
6=Dat is het, je bent nu klaar om te starten met je werk aan CodeCombat.
|
|
@ -38,6 +38,23 @@ echo %end_thankyou%
|
|||
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_local_text start-1
|
||||
call get_local_text start-2
|
||||
call get_local_text start-3
|
||||
call get_local_text start-4
|
||||
call get_local_text start-5
|
||||
call get_local_text start-6
|
||||
|
||||
echo !start_1!
|
||||
echo !start_2!
|
||||
echo.
|
||||
echo !start_3! '!repository_path!\coco\SCOCODE.bat' !start_4!
|
||||
echo !start_5!
|
||||
echo.
|
||||
echo !start_6!
|
||||
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_local_text end-readme
|
||||
call ask_question "!end_readme!"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue