Skip to content

Commit 4086698

Browse files
committed
Update README with corrected repository URL and directory name
- Fixed repository URL and directory name to use lowercase `nitrogen-server` for consistency. - Updated clone instructions to align with the new naming convention.
1 parent f3a8d08 commit 4086698

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NitroGen Server
22

3-
[![Python application](https://github.com/artryazanov/NitroGen-Server/actions/workflows/python-app.yml/badge.svg)](https://github.com/artryazanov/NitroGen-Server/actions/workflows/python-app.yml)
3+
[![Python application](https://github.com/artryazanov/nitrogen-server/actions/workflows/python-app.yml/badge.svg)](https://github.com/artryazanov/nitrogen-server/actions/workflows/python-app.yml)
44
[![License: NVIDIA](https://img.shields.io/badge/License-NVIDIA-green.svg)](LICENSE)
55
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](pyproject.toml)
66

@@ -33,10 +33,10 @@ This is the recommended way to run the server.
3333
* [Docker](https://docs.docker.com/engine/install/) & Docker Compose
3434
* [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) (required for GPU access)
3535

36-
### 1. Clone & Rename
36+
### 1. Clone Repository
3737
```bash
38-
git clone https://github.com/artryazanov/NitroGen-Server.git
39-
cd NitroGen-Server
38+
git clone https://github.com/artryazanov/nitrogen-server.git
39+
cd nitrogen-server
4040
```
4141

4242
### 2. Start the Server

0 commit comments

Comments
 (0)