Skip to content

Commit 6f4bca8

Browse files
committed
corrected the grammartical mistakes
1 parent 0cbe4de commit 6f4bca8

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

documentation/docs/tirith-installation/developer-mode-installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ slug: developer-mode-installation/
3636
For developers who want to contribute to Tirith, setting up a [Dev Container in Visual Studio Code (VS Code)](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file) offers a robust development environment. This approach ensures that all dependencies and configurations are consistent across different setups.
3737

3838
## Prerequisite
39-
40-
- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine.
41-
- Install [Git](https://git-scm.com/downloads) in your machine.
39+
- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed.
40+
- Install [Git](https://git-scm.com/downloads) on your machine.
4241
- Basic knowledge on [Docker](https://docs.docker.com/engine/install/) is required.
4342

4443
## Steps to Install Tirith
@@ -52,7 +51,7 @@ cd tirith
5251
```
5352

5453
### Step 2: Set Up Docker
55-
Ensure [Docker](https://docs.docker.com/engine/install/) is installed and running on your machine. You can manage Docker using Docker Desktop or the command line interface (CLI). Docker allows you to run Tirith within isolated containers, preventing any dependency conflicts with your local system.
54+
Ensure [Docker](https://docs.docker.com/engine/install/) is installed and running on your machine. You can manage Docker using Docker Desktop or the command-line interface (CLI). Docker allows you to run Tirith within isolated containers, preventing any dependency conflicts with your local system.
5655

5756
### Step 3: Open the Project in VS Code
5857
- Launch Visual Studio Code and open the cloned repository folder.

documentation/docs/tirith-installation/manual-installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ slug: manual-installation/
3636
If you prefer a manual setup, especially if you want to modify Tirith’s codebase directly, follow these steps to install Tirith in a virtual Python environment.
3737

3838
## Prerequisite
39-
40-
- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine.
41-
- Install [Git](https://git-scm.com/downloads) in your machine.
39+
- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed.
40+
- Install [Git](https://git-scm.com/downloads) on your machine.
4241

4342
## Steps to Install Tirith
4443

documentation/docs/tirith-installation/quick-intallation.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@ slug: quick-installation/
3333
}]
3434
})
3535
}}></script>
36-
If you simply want to install and start using Tirith, this option provides a fast installation process with minimal setup. Perfect for end-users and non-developers who only need basic functionality.
36+
If you simply want to install and start using Tirith, this option provides a fast installation process with minimal setup. Perfect for end users and non-developers who only need basic functionality.
3737

3838
## Prerequisite
39-
40-
- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine.
41-
- Install [Git](https://git-scm.com/downloads) in your machine.
39+
- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed.
40+
- Install [Git](https://git-scm.com/downloads) on your machine.
4241

4342
## Steps to Install Tirith
4443

4544
### Step 1: Install using the `pip` command
46-
Run the following command in your terminal to download Tirith directly from the GitHub repository and installs it on your local system. This command ensures that you have the latest version.
45+
Run the following command in your terminal to download Tirith directly from the GitHub repository and install it on your local system. This command ensures that you have the latest version.
4746

4847
```bash
4948
pip install git+https://github.com/StackGuardian/tirith.git

0 commit comments

Comments
 (0)