diff options
| author | Fuwn <[email protected]> | 2023-09-21 01:39:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-21 01:39:35 -0700 |
| commit | 92676a2878ced2d3fc88dd4ec276e27a2d0d5551 (patch) | |
| tree | 8e980f3e95278ffab6c0b0e9b78147abc14ace53 | |
| parent | docs(readme): add complete help output (diff) | |
| download | suzuri-92676a2878ced2d3fc88dd4ec276e27a2d0d5551.tar.xz suzuri-92676a2878ced2d3fc88dd4ec276e27a2d0d5551.zip | |
docs(readme): add alias hint
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ running it from GitHub to ensure that you are always on the latest version: bash <(curl -s "https://raw.githubusercontent.com/Fuwn/suzuri/main/suzuri") ``` +> Hint: Alias this in your shell profile: `alias suzuri="bash <(curl -s "https://raw.githubusercontent.com/Fuwn/suzuri/main/suzuri")"` + ### Token Obtain your sumi.news token via the `s` cookie on sumi.news. |