Skip to content

Commit

Permalink
docs: add more mentions of git
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 26, 2023
1 parent 312bf21 commit 3edab0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Here's a quick example:
```console
$ # Switch to an empty directory
$ cd "$(mktemp -d)"
$ # Initialize a repository
$ git init
$ # Make an initial commit
$ git commit --allow-empty -m "Initial commit"
$ # Initialize a new project with example configuration
$ myks init
$ # Optionally, check the generated files
Expand Down Expand Up @@ -156,6 +160,8 @@ $ # Switch to an empty directory
$ cd $(mktemp -d)
$ # Initialize a repository
$ git init
$ # Make an initial commit
$ git commit --allow-empty -m "Initial commit"
$ # Initialize a new myks project
$ myks init
$ # Optionally, check the generated files
Expand Down

0 comments on commit 3edab0d

Please sign in to comment.