mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
Update README.md
This commit is contained in:
@@ -21,6 +21,10 @@ Once downloaded you need to create an alias for your shell guides found below:
|
|||||||
[Powershell Guide for alias](https://stackoverflow.com/questions/24914589/how-to-create-permanent-powershell-aliases)
|
[Powershell Guide for alias](https://stackoverflow.com/questions/24914589/how-to-create-permanent-powershell-aliases)
|
||||||
|
|
||||||
Once you've created an alias for the program you need to set an env variable (author_file) in your shell. This should be the path pointing to your author.txt file
|
Once you've created an alias for the program you need to set an env variable (author_file) in your shell. This should be the path pointing to your author.txt file
|
||||||
|
For bash you just need to add this:
|
||||||
|
```
|
||||||
|
export author_file='path/to/your/aurhor.txt'
|
||||||
|
```
|
||||||
[Powershell guide for env variable](https://stackoverflow.com/a/714918)
|
[Powershell guide for env variable](https://stackoverflow.com/a/714918)
|
||||||
|
|
||||||
you can now run it using the alias shorthand you assigned to it
|
you can now run it using the alias shorthand you assigned to it
|
||||||
|
|||||||
Reference in New Issue
Block a user