Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc authored Apr 21, 2023
1 parent d2908a8 commit e06d9df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@ In other words it's a small Python script that clears any number of Plex Media S
Run this command in your terminal

```bash
wget -O - https://raw.githubusercontent.com/stefanbc/Plexorcist/main/plexorcist.install.sh | bash
wget -O - https://raw.githubusercontent.com/stefanbc/Plexorcist/main/plexorcist.install.sh | bash
```

### Manually

Clone Plexorcist

```bash
git clone https://github.com/stefanbc/Plexorcist.git
git clone https://github.com/stefanbc/Plexorcist.git
```

Open Plexorcist

```bash
cd Plexorcist
cd Plexorcist
```

Install the dependencies

```bash
pip install -r requirements.txt
pip install -r requirements.txt
```

Give permissions to Plexorcist

```bash
chmod +x plexorcist.py
chmod +x plexorcist.py
```

Before running Plexorcist for the first time please read the [Documentation](#documentation).
Expand Down

0 comments on commit e06d9df

Please sign in to comment.