Skip to content

Commit

Permalink
Merge pull request #65 from imincik/remove-docker-run-cmd
Browse files Browse the repository at this point in the history
feat: remove docker run command from instructions
  • Loading branch information
imincik authored Aug 10, 2024
2 parents ed4b0e5 + 063a35b commit e0dd8e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Texts.elm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ Run following commands to build and run environment in container
containerTemplate =
"""
nix run .#geonixcli -- container shell
docker run --rm -it shell:latest
"""


Expand Down
2 changes: 1 addition & 1 deletion src/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -67268,7 +67268,7 @@ var $author$project$Texts$configTemplateCommentDocs = _List_fromArray(
$elm$html$Html$text('check out documentation.')
]))
]);
var $author$project$Texts$containerTemplate = '\nnix run .#geonixcli -- container shell\ndocker run --rm -it shell:latest\n';
var $author$project$Texts$containerTemplate = '\nnix run .#geonixcli -- container shell\n';
var $author$project$Texts$containerTemplateComment = '\nRun following commands to build and run environment in container\n';
var $elm$html$Html$div = _VirtualDom_node('div');
var $author$project$Texts$futurePlansText = '\nThis is just the beginning of a new tool, which allows you to use very unique\nfeatures of Nix to power your geospatial projects. Many more features and user\nexperience improvements are on the way.\n';
Expand Down

0 comments on commit e0dd8e0

Please sign in to comment.