Skip to content

Commit

Permalink
feat: add readme.md for open-source
Browse files Browse the repository at this point in the history
Signed-off-by: binaryYuki <60097976+binaryYuki@users.noreply.github.com>
  • Loading branch information
binaryYuki committed Oct 2, 2024
1 parent ec3415b commit 48e2df3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ application is containerized using Docker.

## Installation

### Prerequisites

1. Install Python 3.12.4:
```sh
sudo apt update
sudo apt install python3.12
```

2. Install Docker:
```sh
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
```

### Using Docker

1. Clone the repository:
Expand Down

0 comments on commit 48e2df3

Please sign in to comment.