Skip to content

Commit

Permalink
up readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Sep 23, 2024
1 parent 4fb8b9e commit 059d68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MMVII/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ You can enable command completion for **MMVII** in Linux Bash, which simplifies

**Requirements:**
- `bash-completion`
- `python3`
- `python-is-python3`

These are typically installed by default on Ubuntu. If not, you can install them using:
```bash
sudo apt install bash-completion python3`
sudo apt install bash-completion python-is-python3`
```

**Configuration:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Under Linux (Ubuntu) distribution the installation procedure is as follows:
- Open a terminal
- Install dependencies:
```bash
sudo apt-get install git cmake make ccache imagemagick libimage-exiftool-perl exiv2 proj-bin libx11-dev qt5-default
sudo apt-get install git cmake make ccache imagemagick libimage-exiftool-perl exiv2 proj-bin libx11-dev
```
- Clone the repository:
```bash
Expand Down

0 comments on commit 059d68b

Please sign in to comment.