diff --git a/website/docs/quick-start/installation/windows/index.mdx b/website/docs/quick-start/installation/windows/index.mdx index 349f61f5a3f5..0a7870955ffe 100644 --- a/website/docs/quick-start/installation/windows/index.mdx +++ b/website/docs/quick-start/installation/windows/index.mdx @@ -34,7 +34,7 @@ nvcc --version * In this directory, you'll find an executable file named `tabby.exe`. ## Running Tabby -Open a command prompt or PowerShell window in the directory where the `tabby.exe` is located (from the previous step). +Open a command prompt or PowerShell window, as administrator, in the directory where the `tabby.exe` is located (from the previous step). Run the following command: ``` @@ -48,4 +48,4 @@ Run the following command: You should see a success message similar to the one in the screenshot below. After that, you can visit http://localhost:8080 to access your Tabby instance.