Update README.md
This commit is contained in:
parent
e4f274c2a9
commit
22c6459299
1 changed files with 16 additions and 2 deletions
16
README.md
16
README.md
|
@ -2,5 +2,19 @@
|
|||
|
||||
Script that automates the addition of borders and then resizes the desired image(s).
|
||||
|
||||
Requirements :
|
||||
## Requirements :
|
||||
- Imagemagick
|
||||
|
||||
## Use
|
||||
Add an alias to your `.bashrc` or `bash_profile`.
|
||||
|
||||
```bash
|
||||
# Borsize
|
||||
alias borsize="$HOME/Git/borsize.sh/borsize.sh"
|
||||
```
|
||||
|
||||
Once done, save and close the file. Make the aliases available in your current session by typing:
|
||||
|
||||
```
|
||||
source ~/.bash.rc or .bash_profile
|
||||
```
|
Loading…
Reference in a new issue