Add info about author name to “getting started”

[?]
Nov 27, 2020, 10:11 AM
U676QFJF6VBHN5GBSUCR36DCTC6CSAXRQLAAEOUCONGF52D25N6AC

Dependencies

Change contents

  • edit in src/getting_started.md at line 30
    [2.322574]
    [2.322574]
  • edit in src/getting_started.md at line 32
    [2.322575]
    [2.322575]
    ## First-Time Setup
  • edit in src/getting_started.md at line 34
    [2.322576]
    [2.322576]
    Now that pijul is installed and working on your system, you can set your
    user name, full name, and e-mail address so you don’t have to set it each
    time you want to record a change.
  • edit in src/getting_started.md at line 38
    [2.322577]
    [2.322577]
    You can put this information into one of several places; the one you
    probably 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-fill
    the author section for you.