Fixed typos
This commit is contained in:
parent
0fffb5706b
commit
efb7d09a35
@ -25,7 +25,7 @@ FILE ?= <image filename>
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Using bash
|
# Using bash
|
||||||
You use bash script `generate.sh` to use the program anywhere on your system. First of, you have to areat a symbolic link to an executable using the following command
|
You use bash script `generate.sh` to use the program anywhere on your system. First of, you have to create a symbolic link to an executable using the following command
|
||||||
```bash
|
```bash
|
||||||
$ ln -s <path to program>/generate.sh ~/.local/bin/webicongen
|
$ ln -s <path to program>/generate.sh ~/.local/bin/webicongen
|
||||||
# example: ln -s ~/Programs/Favicons_generation/generate.sh ~/.local/bin/webicongen
|
# example: ln -s ~/Programs/Favicons_generation/generate.sh ~/.local/bin/webicongen
|
||||||
@ -40,11 +40,11 @@ The output directory will be created automatically.
|
|||||||
After everything is configured, simply place your image in the same directory as makefile, and then simply run `make`. It will generate the following directory structure
|
After everything is configured, simply place your image in the same directory as makefile, and then simply run `make`. It will generate the following directory structure
|
||||||
```
|
```
|
||||||
dist/
|
dist/
|
||||||
├── public
|
├── public/
|
||||||
│ ├── apple-touch-icon.png
|
│ ├── apple-touch-icon.png
|
||||||
│ ├── apple-touch-icon-precomposed.png
|
│ ├── apple-touch-icon-precomposed.png
|
||||||
│ ├── favicon.ico
|
│ ├── favicon.ico
|
||||||
│ ├── icons
|
│ ├── icons/
|
||||||
│ │ ├── android-chrome-192x192.png
|
│ │ ├── android-chrome-192x192.png
|
||||||
│ │ ├── android-chrome-512x512.png
|
│ │ ├── android-chrome-512x512.png
|
||||||
│ │ ├── apple-touch-icon-114x114.png
|
│ │ ├── apple-touch-icon-114x114.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user