aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-04-05 17:12:56 +0200
committerGitHub <[email protected]>2022-04-05 17:12:56 +0200
commita31b2c1fd049a45291d79bdbec323dd19648e286 (patch)
tree84c7a3beb114e29c10c4d382e7bb7b1c6185100a
parentFix gc shutdown stalling if shutting down while gc is running (diff)
downloadzen-a31b2c1fd049a45291d79bdbec323dd19648e286.tar.xz
zen-a31b2c1fd049a45291d79bdbec323dd19648e286.zip
README update for UE5 launch
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b85d86f9..4fb1d19b5 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
This is the implementation of the local storage service for UE5. It is intended to be deployed on
user machines either as a daemon or launched ad hoc as required during of editor/cooker/game startup
+Zen is currently EXPERIMENTAL and not intended to be used in production. We will make breaking changes to storage and application interfaces as well as significant performance improvements in the upcoming months to make it ready for general adoption.
+
Zen can also be deployed as a shared instance for use as a shared cache. It also supports upstream
connectivity to cloud storage services as well as other Zen server instances.
-We currently only support building and running the server on Windows. Linux and Mac support is in progress
-
All platforms require [xmake](xmake.io)
Download the latest release [here](https://github.com/xmake-io/xmake/releases)