From f7d9d1d5319751307bcce2f7f18a49e9556afa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 5 Sep 2024 21:13:45 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 9780ba74..bdc9edd1 100644 --- a/README.md +++ b/README.md @@ -145,22 +145,6 @@ end If you are running your application behind a proxy or a webserver, you also have to make sure they are configured for allowing WebSocket upgrades. For example, [here is an article](https://web.archive.org/web/20171104012240/https://dennisreimann.de/articles/phoenix-nginx-config.html) on how to configure Nginx with Phoenix and WebSockets. -## Using from the command line with PLDS - -It's possible to use the LiveDashboard without having to add it as a dependency of your -application, or when you don't have Phoenix installed. [`PLDS`](https://hexdocs.pm/plds) is a command -line tool that provides a standalone version of LiveDashboard with some batteries included. - -You can install it with: - - $ mix escript.install hex plds - -And connect to a running node with: - - $ plds server --connect mynode --open - -For more details, please check the [PLDS documentation](https://hexdocs.pm/plds). - ## Contributing