Skip to content

Commit

Permalink
Fix cli command format
Browse files Browse the repository at this point in the history
  • Loading branch information
pronopython authored Apr 5, 2024
1 parent 669ac1a commit 8be30cc
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,20 @@ You can also export a world map:

Install python tkinter and pillow

```bash
sudo apt-get install python3-tk python3-pil.imagetk
```
```bash
sudo apt-get install python3-tk python3-pil.imagetk
```

install RuGiVi via pip, run

```bash
pip install rugivi
```
```bash
pip install rugivi
```
and start RuGiVi

```bash
rugivi
```
```bash
rugivi
```

RuGiVi will open up its configurator at the first start, see [Configure RuGiVi](#configure-rugivi).

Expand All @@ -137,15 +137,15 @@ Open a command window (press Windows+R then type cmd.exe and start it)

Type and run

```
pip install rugivi
```
```
pip install rugivi
```

after that start rugivi, in the command window run:

```
rugivi
```
```
rugivi
```

RuGiVi will open up its configurator at the first start, see [Configure RuGiVi](#configure-rugivi).
You can create start menu entries with the configurator.
Expand Down Expand Up @@ -192,9 +192,9 @@ You can start RuGiVi via the start menu entry.

or via console / command window, just run:

```
rugivi
```
```
rugivi
```

![](img/2303.png)

Expand Down Expand Up @@ -594,7 +594,9 @@ RuGiVi comes with a small commandline tool to clean up the cache.

When you are **not running RuGiVi**, run

`rugivi_image_cache_maintenance`
```bash
rugivi_image_cache_maintenance
```

to gather information about the cache status (*nothing will be changed yet!*):

Expand All @@ -616,7 +618,9 @@ In this example 530 of 1530 files can be deleted.

Run it again with the parameter `-c` to actually clean the cache:

`rugivi_image_cache_maintenance -c`
```bash
rugivi_image_cache_maintenance -c
```

All orphant files will be moved to a `trash_` directory:

Expand Down

0 comments on commit 8be30cc

Please sign in to comment.