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:
parent
b806d0244f
commit
73f3ad52d8
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue