DAML SDK permanent link for latest
App Development3 posts190 views4 likesLast activity Jun 2023
MG
mgodf89OP
Jun 2023Is there a permanent link for the latest DAML sdk tarball?
I can WGET specific versions (e.g. daml-sdk-2.6.4-linux.tar.gz) but the only place where I can find it hard coded is in the shell script at https://get.daml.com
MG
mgodf89
Jun 2023I answered my own question, the latest SDK version can be found at:
https://docs.daml.com/latest
RO
rohitt
Jun 2023Hi @mgodf89
You can use $ daml install latest to install the latest version.
I assume you are only after open source and not enterprise daml.
Thanks.