Add info about author name to “getting started”
[?]
Nov 27, 2020, 10:11 AM
U676QFJF6VBHN5GBSUCR36DCTC6CSAXRQLAAEOUCONGF52D25N6ACDependencies
- [2]
SCSV2FNSReboot
Change contents
- edit in src/getting_started.md at line 30
- edit in src/getting_started.md at line 32
## First-Time Setup - edit in src/getting_started.md at line 34
Now that pijul is installed and working on your system, you can set youruser name, full name, and e-mail address so you don’t have to set it eachtime you want to record a change. - edit in src/getting_started.md at line 38
You can put this information into one of several places; the one youprobably want is `$HOME/.config/pijul/config.toml` (Linux), or`~/.pijulconfig` (MacOS).Create the file and add the following lines to it:```[author]name = "<username>"full_name = "<full name>"email = "<email address>"```From now on, pijul should pick this up when recording changes and pre-fillthe author section for you.