On https://docs.sprites.dev/cli/installation/, the Manual installation instructions for macos are broken. The text boxes ("Download the binary" and "Verify checksum") have line breaks which make the commands fail. After correcting these, the shasum -a 256 -c sprite-darwin-arm64.tar.gz.sha256 command fails because the sha file refers to the tar.gz file as being in a subfolder, sprite-darwin-arm64/sprite-darwin-arm64.tar.gz
All fairly trivial, but doesn't give me confidence in the platform.
On https://docs.sprites.dev/cli/installation/, the Manual installation instructions for macos are broken. The text boxes ("Download the binary" and "Verify checksum") have line breaks which make the commands fail. After correcting these, the
shasum -a 256 -c sprite-darwin-arm64.tar.gz.sha256command fails because the sha file refers to the tar.gz file as being in a subfolder,sprite-darwin-arm64/sprite-darwin-arm64.tar.gzAll fairly trivial, but doesn't give me confidence in the platform.