diff --git a/README.md b/README.md index 1529b52..c7c8c55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For eiffelstudio: ``` 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 > 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, ... -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. +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. 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: -- 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.