daml icon indicating copy to clipboard operation
daml copied to clipboard

Improve the sample dot command call

Open WallaceKelly opened this issue 1 year ago • 1 comments

In Windows PowerShell, the command dot -Tpng .\daml-project.dot > daml-project.png does not create a valid PNG file. Apparently, the > of the binary file did not work properly. Instead I used dot -T png .\daml-project.dot -o daml-project.png with -o instead of >. That is probably the preferred way.

WallaceKelly avatar Sep 03 '22 21:09 WallaceKelly

CLA assistant check
All committers have signed the CLA.

digitalasset-cla avatar Sep 03 '22 21:09 digitalasset-cla

This is now stale. Next time you have an approval, please merge as soon as you can. Looks small enough that you can easily rebase and work on this, unless it's no longer relevant, in which case please close the PR.

stefanobaghino-da avatar Mar 03 '23 13:03 stefanobaghino-da

I'll close this for now, feel free to reopen if necessary.

stefanobaghino-da avatar Mar 06 '23 06:03 stefanobaghino-da