Skip to content

Commit 4830e81

Browse files
committed
docs: fix README
1 parent 45bc74c commit 4830e81

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log (go-package-manager)
22

3-
## 0.46.0
3+
## 0.46.1
44

55
- **BREAKING CHANGE**: simple `gpm install` is now an alias for `go mod download`
66
- fix: `now` command

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ gpm clone hugo
302302
which is a shorthand for `git clone https://github.com/gohugoio/hugo`, what means that you are able to add any [clone argument](https://git-scm.com/docs/git-clone) with your installed Git command version:
303303

304304
```bash
305-
gpm clone hugo -o my-projects/the-great-hugo-project
305+
# clone to subfolder my-projects/the-great-hugo-project
306+
# and get only the last / head commit
307+
gpm clone hugo my-projects/the-great-hugo-project --depth 1
306308
```
307309

308310
#### Compare code changes [<a href="#commands-">↑</a>]

0 commit comments

Comments
 (0)