Skip to content

Commit

Permalink
Add first command in Next Steps: exit() to exit Julia REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaforozco authored and abelsiqueira committed Sep 20, 2024
1 parent 8ad8388 commit 2b95a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function generate(src_path, dst_path, data::Dict = Dict(); kwargs...)
Next steps: Create git repository and push to Github.
\$ exit() # Exit the Julia REPL
\$ cd $dst_path
\$ git init
\$ git add .
Expand Down Expand Up @@ -180,6 +181,7 @@ function apply(
Review the modifications.
In particular README.md and docs/src/index.md tend to be heavily edited.
\$ exit() # Exit the Julia REPL
\$ git switch -c apply-bestie # If you haven't created a branch
\$ git add .
\$ pre-commit run -a # Try to fix possible pre-commit issues (failures are expected)
Expand Down

0 comments on commit 2b95a78

Please sign in to comment.