Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d60bda5

Browse files
committed
docs: releases page notice
1 parent 131295b commit d60bda5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docs/new/install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: How to install Nitro
55
keywords: [Nitro, Jan, fast inference, inference server, local AI, large language model, OpenAI compatible, open source, llama]
66
---
77

8+
# Notices
9+
10+
Nitro is an extremely simple program compiled into a single binary, you are encouraged to go directly to the releases page of Nitro and just download a binary and use. The below installation process is just for the purpose of being a "helper" script that does not guarantee working.
11+
12+
You can find releases page of nitro at at [Release](https://github.com/janhq/nitro/releases).
13+
814
# Nitro Installation Guide
915

1016
This guide provides instructions for installing Nitro using the provided [install.sh](https://github.com/janhq/nitro/blob/main/install.sh) and [install.bat](https://github.com/janhq/nitro/blob/main/install.bat) scripts for Linux, macOS, and Windows systems.
@@ -181,4 +187,4 @@ Simple testcase with nitro, after starting the server, you can run the following
181187
182188
## Uninstallation
183189
- **Linux and macOS**: Run `sudo uninstall_nitro.sh` from anywhere (the script is added to PATH).
184-
- **Windows**: Open PowerShell and run `uninstallnitro.bat` from anywhere (the script is added to PATH).
190+
- **Windows**: Open PowerShell and run `uninstallnitro.bat` from anywhere (the script is added to PATH).

0 commit comments

Comments
 (0)