Skip to content

Commit

Permalink
corrected the grammartical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman1905 committed Nov 3, 2024
1 parent 0cbe4de commit 6f4bca8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ slug: developer-mode-installation/
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.

## Prerequisite

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

## Steps to Install Tirith
Expand All @@ -52,7 +51,7 @@ cd tirith
```

### Step 2: Set Up Docker
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.
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.

### Step 3: Open the Project in VS Code
- Launch Visual Studio Code and open the cloned repository folder.
Expand Down
5 changes: 2 additions & 3 deletions documentation/docs/tirith-installation/manual-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ slug: manual-installation/
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.

## Prerequisite

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

## Steps to Install Tirith

Expand Down
9 changes: 4 additions & 5 deletions documentation/docs/tirith-installation/quick-intallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ slug: quick-installation/
}]
})
}}></script>
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.
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.

## Prerequisite

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

## Steps to Install Tirith

### Step 1: Install using the `pip` command
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.
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.

```bash
pip install git+https://github.com/StackGuardian/tirith.git
Expand Down

0 comments on commit 6f4bca8

Please sign in to comment.