diff --git a/pages/common/devenv.md b/pages/common/devenv.md index b77deec028..0a46a1bb4d 100644 --- a/pages/common/devenv.md +++ b/pages/common/devenv.md @@ -1,9 +1,9 @@ # devenv > Fast, Declarative, Reproducible and Composable Developer Environments using Nix. -> More information: . +> More information: . -- 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: diff --git a/pages/common/gt.md b/pages/common/gt.md index 68eb5c8260..854119dc37 100644 --- a/pages/common/gt.md +++ b/pages/common/gt.md @@ -3,7 +3,7 @@ > Create and manage sequences of dependent code changes (stacks) for Git and GitHub. > More information: . -- Initialise `gt` for the repository in the current directory: +- Initialize `gt` for the repository in the current directory: `gt init`