diff --git a/cli/README.md b/cli/README.md index 8d872c53..05c93930 100644 --- a/cli/README.md +++ b/cli/README.md @@ -19,12 +19,13 @@ executable. You can download the `zinnia` binary from [our GitHub Releases](https://github.com/filecoin-station/zinnia/releases/latest). -| OS | Platform | Filename | -| ------- | ------------- | ---------------------------------------------------------------------------------------------------------------------- | -| Windows | Intel, 64bit | [zinnia-windows-x64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-windows-x64.zip) | -| macOS | Intel, 64bit | [zinnia-macos-x64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-macos-x64.zip) | -| macOS | Apple Silicon | [zinnia-macos-arm64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-macos-arm64.zip) | -| Linux | Intel, 64bit | [zinnia-linux-x64.tar.gz](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-linux-x64.tar.gz) | +| OS | Platform | Filename | +| ------- | ------------- | -------------------------------------------------------------------------------------------------------------------------- | +| Windows | Intel, 64bit | [zinnia-windows-x64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-windows-x64.zip) | +| macOS | Intel, 64bit | [zinnia-macos-x64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-macos-x64.zip) | +| macOS | Apple Silicon | [zinnia-macos-arm64.zip](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-macos-arm64.zip) | +| Linux | Intel, 64bit | [zinnia-linux-x64.tar.gz](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-linux-x64.tar.gz) | +| Linux | ARM, 64bit | [zinnia-linux-arm64.tar.gz](https://github.com/filecoin-station/zinnia/releases/latest/download/zinnia-linux-arm64.tar.gz) | ### Build from source diff --git a/daemon/README.md b/daemon/README.md new file mode 100644 index 00000000..8c9463c5 --- /dev/null +++ b/daemon/README.md @@ -0,0 +1,57 @@ +