Fixes markup

This commit is contained in:
Nikita Sobolev 2021-04-14 12:24:40 +03:00 committed by GitHub
parent ee592b8ede
commit 234c884777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,4 +177,4 @@ This directory contains data used by git-secret and PGP to allow and maintain th
Generally speaking, all the files in this directory *except* `random_seed` should be checked into your repo. Generally speaking, all the files in this directory *except* `random_seed` should be checked into your repo.
By default, `git secret init` will add the file `.gitsecret/keys/random_seed` to your `.gitignore` file. By default, `git secret init` will add the file `.gitsecret/keys/random_seed` to your `.gitignore` file.
Again, you can change the name of this directory using the SECRETS_DIR environment variable. Again, you can change the name of this directory using the `SECRETS_DIR` environment variable.