1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 11:35:58 +02:00

devenv, gt: conform with style guide and fix typo (#17498)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Managor 2025-08-06 19:19:03 +03:00 committed by GitHub
parent b806d0244f
commit 73f3ad52d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# devenv
> Fast, Declarative, Reproducible and Composable Developer Environments using Nix.
> More information: <https://devenv.sh>.
> More information: <https://devenv.sh/getting-started/#commands>.
- Initialise the environment:
- Initialize the environment:
`devenv init`
@ -17,7 +17,7 @@
- Start processes with `devenv`:
`devenv up --config /{{file}}/{{path}}/`
`devenv up --config {{path/to/file}}`
- Clean the environment variables and re-enter the shell in offline mode:

View file

@ -3,7 +3,7 @@
> Create and manage sequences of dependent code changes (stacks) for Git and GitHub.
> More information: <https://graphite.dev/docs/get-started>.
- Initialise `gt` for the repository in the current directory:
- Initialize `gt` for the repository in the current directory:
`gt init`