@restatedev/restate-darwin-arm64 1.1.6 → 1.2.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/NOTICE +558 -428
- package/README.md +1 -2
- package/bin/restate +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ npx @restatedev/restate-server
|
|
|
55
55
|
|
|
56
56
|
Run via docker:
|
|
57
57
|
```bash
|
|
58
|
-
docker run --rm -it --network=host docker.
|
|
58
|
+
docker run --rm -it --network=host docker.restate.dev/restatedev/restate:latest
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
### Install the CLI
|
|
@@ -122,4 +122,3 @@ For SDK compatibility, refer to the supported version matrix in the respective R
|
|
|
122
122
|
### Building Restate locally
|
|
123
123
|
|
|
124
124
|
In order to build Restate locally [follow the build instructions](https://github.com/restatedev/restate/blob/main/docs/dev/local-development.md#building-restate).
|
|
125
|
-
|
package/bin/restate
CHANGED
|
Binary file
|