From a0bdd75f900c18657433f1a293db0e0ed42b86ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Lindstr=C3=B6m?= Date: Tue, 1 Oct 2024 09:30:57 +0200 Subject: [PATCH] Update using-linkup.md --- docs/using-linkup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-linkup.md b/docs/using-linkup.md index b66f5dc..87f5e18 100644 --- a/docs/using-linkup.md +++ b/docs/using-linkup.md @@ -15,7 +15,7 @@ Your linkup domains live on the public internet. If you're running heavy fronten Linkup comes with a public-internet-bypass mechanism called `local-dns`. This feature allows you to resolve your linkup domains to your local machine, bypassing the public internet. This will make your frontends serve assets from your local machine, and make your linkup session feel much faster. -To use `local-dns`, run `linkup local-dns` in your terminal. This will install a local DNS server on your machine that will resolve your linkup domains to your local machine. +To use `local-dns`, run `linkup local-dns install` in your terminal. This will install a local DNS server on your machine that will resolve your linkup domains to your local machine. ### Limitations of `local-dns`