Skip to content

Commit f7d9d1d

Browse files
authored
Update README.md
1 parent 4e6e8b9 commit f7d9d1d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -145,22 +145,6 @@ end
145145

146146
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.
147147

148-
## Using from the command line with PLDS
149-
150-
It's possible to use the LiveDashboard without having to add it as a dependency of your
151-
application, or when you don't have Phoenix installed. [`PLDS`](https://hexdocs.pm/plds) is a command
152-
line tool that provides a standalone version of LiveDashboard with some batteries included.
153-
154-
You can install it with:
155-
156-
$ mix escript.install hex plds
157-
158-
And connect to a running node with:
159-
160-
$ plds server --connect mynode --open
161-
162-
For more details, please check the [PLDS documentation](https://hexdocs.pm/plds).
163-
164148
<!-- MDOC !-->
165149

166150
## Contributing

0 commit comments

Comments
 (0)