+ Get the latest Cadence binaries for your platform +
++ Failed to load releases +
+{error}
++ Visit{" "} + + GitHub Releases + {" "} + to download manually. +
+Loading releases...
++ Released{" "} + {new Date(latest.published_at).toLocaleDateString()} +
++ Docker +
++ trycadence/cadence:{latest.tag_name.replace( + /^v/, + "" + )} +
++ {latest.assets.length} +
+Binaries
++ {( + latest.assets.reduce( + (sum, a) => sum + a.size, + 0 + ) / (1024 * 1024) + ).toFixed(1)} + MB +
+Total Size
++ {latest.assets.reduce( + (sum, a) => sum + a.download_count, + 0 + )} +
+Downloads
++ Download the binary for your platform from the releases above. +
+
+ chmod +x cadence
+
+ ./cadence --version
+
+ + Run Cadence in a Docker container. +
+
+ docker pull
+
+ trycadence/cadence
+
+ + Build from the GitHub repository. +
+
+ git clone
+
+ ... && make build
+
+ + Check out our documentation or report issues on GitHub +
+{label}
+