From 11fee0a815d17360cb3955a6d5fd149d49ac2277 Mon Sep 17 00:00:00 2001 From: Mike Wallace Date: Sun, 27 Feb 2022 13:06:15 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 2c80d0aba3..4ee222140a 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,6 @@ You are in charge of your data and customizations. Please view the [documentation](https://appflowy.gitbook.io/docs/essential-documentation/install-appflowy/installation-methods) for OS specific installation instructions. -You can also try AppFlowy using the docker image: - -``` -docker run --rm \ - -v $HOME/.Xauthority:/root/.Xauthority:rw \ - -v /tmp/.X11-unix:/tmp/.X11-unix \ - -v /dev/dri:/dev/dri \ - -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \ - -v appflowy-data:/home/appflowy \ - -e DISPLAY=${DISPLAY} \ - appflowyio/appflowy_client:latest -``` - ## Built With * [Flutter](https://flutter.dev/)