Skip to content

Commit

Permalink
Merge pull request #55 from kianmeng/readme-changes
Browse files Browse the repository at this point in the history
Fix typo and remove $ for click and copy
  • Loading branch information
jarun authored Sep 10, 2023
2 parents f252e27 + 6e6b059 commit cc033dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ For example, if an image has a resolution of 2048x1365 and is being resized to 1

To install PIL library on Ubuntu, run:

$ sudo apt-get install python3-pil
sudo apt-get install python3-pil

or, using pip3:

$ sudo pip3 install pillow
sudo pip3 install pillow

pillow can be replaced by [pillow-simd](https://github.com/uploadcare/pillow-simd) on [SIMD](https://en.wikipedia.org/wiki/SIMD) processors.

Expand Down Expand Up @@ -115,19 +115,19 @@ If you have git installed, clone this repository. Otherwise download the [latest

Install to default location (`/usr/local`):

$ sudo make install
sudo make install

To remove, run:

$ sudo make uninstall
sudo make uninstall

`PREFIX` is supported, in case you want to install to a different location.

#### Running standalone

`imgp` is a standalone utility. From the containing directory, run:

$ ./imgp
./imgp

### Shell completion

Expand Down Expand Up @@ -234,7 +234,7 @@ optional arguments:

$ imgp -wrackx 1366x1000 -s 51200

7. Generate a 64px adapative thumbnail of the last modified file in the current dir:
7. Generate a 64px adaptive thumbnail of the last modified file in the current dir:

#!/usr/bin/env sh

Expand Down

0 comments on commit cc033dd

Please sign in to comment.