mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
At the end of the installation the user can now read a readme file with more information, if he wants to.
This commit is contained in:
parent
37d7358e78
commit
a4f6b518ec
5 changed files with 42 additions and 3 deletions
scripts/windows/coco-dev-setup/batch
29
scripts/windows/coco-dev-setup/batch/config/readme.coco
Executable file
29
scripts/windows/coco-dev-setup/batch/config/readme.coco
Executable file
|
@ -0,0 +1,29 @@
|
|||
_____ _ _____ _ _
|
||||
/ __ \ | | / __ \ | | | |
|
||||
| / \/ ___ __| | ___ | / \/ ___ _ __ ___ | |__ __ _| |_
|
||||
| | / _ \ / _` |/ _ \ | | / _ \| '_ ` _ \| '_ \ / _` | __|
|
||||
| \__/\ (_) | (_| | __/ | \__/\ (_) | | | | | | |_) | (_| | |_
|
||||
\____/\___/ \__,_|\___| \____/\___/|_| |_| |_|_.__/ \__,_|\__|
|
||||
|
||||
=============================================================================
|
||||
|
||||
Congratulations, you are now part of the CodeCombat community.
|
||||
Now that your Develop Environment has been setup, you are ready to start
|
||||
contributing and help us make this world a better place.
|
||||
|
||||
Do you have questions or would you like to meet us?
|
||||
Talk with us on hipchat @ https://www.hipchat.com/g3plnOKqa
|
||||
|
||||
Another way to reach is, is by visiting our forum.
|
||||
You can find it @ http://discourse.codecombat.com/
|
||||
|
||||
You can read about the latest developments on our blog site.
|
||||
This one can be found @ http://blog.codecombat.com/
|
||||
|
||||
Last but not least, you can find most of our documentation
|
||||
and information on our wiki @ https://github.com/codecombat/codecombat/wiki
|
||||
|
||||
We hope you'll enjoy yourself within our community, just as much as us.
|
||||
|
||||
|
||||
- Nick, George, Scott, Michael, Jeremy and Glen
|
|
@ -40,4 +40,5 @@
|
|||
exist=That path doesn't exist. Please try again...
|
||||
[end]
|
||||
succesfull=The setup of the CodeCombat Dev. Environment was succesfull.
|
||||
thankyou=Thank you already for your contribution and see you soon.
|
||||
thankyou=Thank you already for your contribution and see you soon.
|
||||
readme=Do you want to read the README for more information?
|
|
@ -40,4 +40,5 @@
|
|||
exist=Dat pad bestaat niet, probeer alsjeblieft opnieuw...
|
||||
[end]
|
||||
succesfull=De installatie van de CodeCombat-Ontwikkelings omgeving was succesvol.
|
||||
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
|
||||
thankyou=Alvast bedankt voor al je werk en tot binnenkort.
|
||||
readme=Wil je de LEESMIJ lezen voor meer informatie?
|
1
scripts/windows/coco-dev-setup/batch/scripts/open_readme.bat
Executable file
1
scripts/windows/coco-dev-setup/batch/scripts/open_readme.bat
Executable file
|
@ -0,0 +1 @@
|
|||
call open_text_file ..\\config\\readme.coco
|
|
@ -36,6 +36,13 @@ call get_local_text end-thankyou
|
|||
echo %end_succesfull%
|
||||
echo %end_thankyou%
|
||||
|
||||
call print_exit
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_local_text end-readme
|
||||
call ask_question "!end_readme!"
|
||||
|
||||
if "%result%"=="true" (
|
||||
call open_readme
|
||||
)
|
||||
|
||||
endlocal
|
Loading…
Add table
Add a link
Reference in a new issue