Skip to content

Commit cced5ed

Browse files
Alex ZamaiOpenWaygate
authored andcommitted
📝 Update documentation
tiny fix, so that command is better copy paste-able. Also, all of the shell commands have ❯ symbol when copied, which adds a step of editing when running commands, let me know @OpenWaygate if you allow me to remove those as well. --credentials → --credential
1 parent b1cc0b1 commit cced5ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Download this credential to your local machine with name `client_secret.json`, i
4848
To verify this credential, run the following command
4949

5050
```shell
51-
❯ yutu auth --credentials client_secret.json
51+
❯ yutu auth --credential client_secret.json
5252
```
5353

5454
A browser window will open asking for your permission to access your YouTube account, after granting the permission, a token will be generated and saved to `youtube.token.json`.
@@ -80,7 +80,7 @@ There are two actions available for yutu, one is for general purpose and the oth
8080
### Gopher
8181

8282
```shell
83-
❯ go install https://github.com/eat-pray-ai/yutu@latest
83+
❯ go install github.com/eat-pray-ai/yutu@latest
8484
```
8585

8686
### Linux

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var RootCmd = &cobra.Command{
1111
Use: "yutu",
1212
Short: "A fully functional CLI for YouTube",
13-
Long: "yutu is a fully functional CLI for YouTube, which can be used to manupulate YouTube videos, playlists, channels, etc.",
13+
Long: "yutu is a fully functional CLI for YouTube, which can be used to manipulate YouTube videos, playlists, channels, etc.",
1414

1515
Run: func(cmd *cobra.Command, args []string) {
1616
cmd.Help()

0 commit comments

Comments
 (0)