Skip to content

Commit

Permalink
Fix typo in README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and rocktimsaikia committed Sep 2, 2024
1 parent dbe1a28 commit b711e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github-dlr

Download individual files and folders from Github recursively.
Download individual files and folders from GitHub recursively.

[![Tests](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml/badge.svg)](https://github.com/rocktimsaikia/github-dlr/actions/workflows/tests.yml)

Expand All @@ -25,7 +25,7 @@ pipx install github-dlr
## Usage

> [!NOTE]
> Using the tool is straightforward, copy the Github URL of the target repository folder and paste it after the command `github-dlr` or it's alias `gh-dlr`.
> Using the tool is straightforward, copy the GitHub URL of the target repository folder and paste it after the command `github-dlr` or it's alias `gh-dlr`.
```sh
github-dlr <github_path>
Expand All @@ -35,7 +35,7 @@ github-dlr https://github.com/linuxdotexe/nordic-wallpapers/tree/master/dynamic-
```

> [!NOTE]
> By default it will download the entire folder from Github and place in the current directory from where the command is being executed. If you want to specify a different output directory, you can do it via the `--output` or `-o` flag.
> By default it will download the entire folder from GitHub and place in the current directory from where the command is being executed. If you want to specify a different output directory, you can do it via the `--output` or `-o` flag.
```sh
github-dlr --output wallpapers https://github.com/linuxdotexe/nordic-wallpapers/tree/master/dynamic-wallpapers/Coast
Expand Down

0 comments on commit b711e8d

Please sign in to comment.