Compare commits

..

2 commits

Author SHA1 Message Date
ec8f413ea6 Update CHANGELOG.md 2023-06-15 07:34:50 +02:00
a624ecc7b1 Update README.md 2023-06-15 07:33:39 +02:00
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,12 @@
# Changelog
- Remplace `mkdir web` by `mkdir ${FILE}`.
- Remplace `-path web` by `-path ${FILE}`.
v0.2a
- Spelling correction.
- Change the path for `alias` for `alias borsize="$HOME/your_path/borsize.sh` in `READEME.md`.
v.02
- Replace `mkdir web` by `mkdir ${FILE}`.
- Replace `-path web` by `-path ${FILE}`.
- Add git (link) in `borsize.sh`
- Add Use section in `README.md`

View file

@ -10,7 +10,7 @@ Add an alias to your `.bashrc` or `bash_profile`.
```bash
# Borsize
alias borsize="$HOME/Git/borsize.sh/borsize.sh"
alias borsize="$HOME/your_path/borsize.sh"
```
Once done, save and close the file. Make the aliases available in your current session by typing: