Fixed the windows installation instructions (#976)

This commit is contained in:
DavidM-D 2019-05-09 08:38:29 +02:00 committed by Moritz Kiefer
parent f737d6d7f7
commit 4d83ff2c58

View File

@ -81,7 +81,7 @@ On Windows:
```
bazel build //release:sdk-release-tarball
tar -vxf .\bazel-genfiles\release\sdk-release-tarball.tar.z
tar -vxf .\bazel-genfiles\release\sdk-release-tarball.tar.gz
cd sdk-*
daml\daml.exe install . --activate
```