Skip to content

Commit

Permalink
docs: update the readme from add local/bin in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneSemCalda committed Aug 26, 2024
1 parent 7d4847d commit 51d4125
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 @@ -33,6 +33,12 @@ go build cmd/animatic-v2/main.go
mv main $HOME/.local/bin/animatic-v2
```

3. Put the .local/bin in path (adding this part in your shell dotfile)

```bash
export PATH="$HOME/.local/bin/:$PATH"
```

> [!TIP]
> The animatic-v2 pass by refactoring and doesn't has a default directory from download the files
> We can use go-anime base to salve content and mpv to reproduce automatically alread downloaded files
Expand Down

0 comments on commit 51d4125

Please sign in to comment.