diff --git a/website/docs/quick-start/installation/linux/index.mdx b/website/docs/quick-start/installation/linux/index.mdx index 84c89ca6941e..95c44ba3626c 100644 --- a/website/docs/quick-start/installation/linux/index.mdx +++ b/website/docs/quick-start/installation/linux/index.mdx @@ -31,7 +31,7 @@ Running Tabby on Linux using Tabby's standalone executable distribution. ## Find the Linux executable file * Unzip the file you downloaded. The `tabby` executable will be in a subdirectory of dist. * Change to this subdirectory or relocate `tabby` to a folder of your choice. -* Make it executable: `chmod +x tabby` +* Make it executable: `chmod +x tabby llama-server` Run the following command: ``` @@ -46,4 +46,4 @@ You can choose different models, as shown in [the model registry](https://tabby. 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.
Linux running success -
\ No newline at end of file +