updated markdown syntax of README.md

This commit is contained in:
2018-11-21 14:48:59 +01:00
parent 0a818d52c9
commit 6c5d6f6717

View File

@@ -15,7 +15,7 @@ For eiffelstudio:
``` ```
For ise For ise
First, you need to setup the ISEVPN to access the subversion repository at svn://svn.ise:3691/ise_svn , then First, you need to setup the ISEVPN to access the subversion repository at `svn://svn.ise:3691/ise_svn` , then
``` ```
> init_ise_mirror.bat your_ise_username your_ise_password > init_ise_mirror.bat your_ise_username your_ise_password
> svnsync_all_mirrors.bat > svnsync_all_mirrors.bat
@@ -38,8 +38,8 @@ You can also decide in those files, to use the real subversion repositories, ins
in `etc\profiles\` you can have various delivery profiles, for win64, using vc100, or vc150, ... in `etc\profiles\` you can have various delivery profiles, for win64, using vc100, or vc150, ...
you can decide to use one of them, by setting the environment variable ISE_BUILD_NAME to one of them (use the filename without the extension). you can decide to use one of them, by setting the environment variable `ISE_BUILD_NAME` to one of them (use the filename without the extension).
Otherwise it will use default values for ISE_C_COMPILER* variables. Otherwise it will use default values for `ISE_C_COMPILER*` variables.
3) Requirements 3) Requirements
--------------- ---------------
@@ -58,7 +58,7 @@ and you can choose 1 for the full delivery, or 7 only for the GPL versions.
----- -----
Personal notes from Jocelyn: Personal notes from Jocelyn:
- in set_simple_aliases.btm, see the alias `share_delivery` , it is called when the delivery is ready to share it on ftp, or elsewhere. The current setup is copying the file in `es_build_deliv/nightly` folder. On my machine, I have a symbolic link to a dropbox shared folder, so once it is ready I can access it, and I also setup an IFTTT that notifies any change in that folder, and send a message on slack. - in `set_simple_aliases.btm`, see the alias `share_delivery` , it is called when the delivery is ready to share it on ftp, or elsewhere. The current setup is copying the file in `es_build_deliv/nightly` folder. On my machine, I have a symbolic link to a dropbox shared folder, so once it is ready I can access it, and I also setup an IFTTT that notifies any change in that folder, and send a message on slack.