aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-10-04 01:13:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-10-04 01:15:05 +0300
commit41dfe152cf4ff3d589448b085e74bd67256972fb (patch)
treeddbb661a290b57cd8d39376d2bb763c279b032fa
parentbump version (diff)
downloadwindows-env-41dfe152cf4ff3d589448b085e74bd67256972fb.tar.gz
windows-env-41dfe152cf4ff3d589448b085e74bd67256972fb.zip
README update
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2f000f..a890f14 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,16 @@ Using [stack]:
[stack]: http://docs.haskellstack.org/en/stable/README/
+To prepare for making a release the following commands might be useful:
+
+```
+> stack build --install-ghc --copy-bins --local-bin-path ..\windows-env-x86 --arch i386
+...
+
+> stack build --install-ghc --copy-bins --local-bin-path ..\windows-env-x64 --arch x86_64
+...
+```
+
Installation
------------