Skip to content

Commit cc78d8f

Browse files
AnnatarHeclaude
andcommitted
docs(readme): use shelltime.xyz URLs and improve documentation links
Replace raw GitHub install URL with shorter shelltime.xyz/i, link to shelltime.xyz for guides and help documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 92668a2 commit cc78d8f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@ Welcome to shelltime! This guide will help you install the necessary tools using
77
You can install shelltime tools by running the following command in your terminal:
88

99
```bash
10-
curl -sSL https://raw.githubusercontent.com/shelltime/installation/master/install.bash | bash
10+
curl -sSL https://shelltime.xyz/i | bash
1111
```
1212

1313
## What Next?
1414

1515
Once the installation script finishes successfully, you should be able to track your shell time.
1616

17-
just by typing `shelltime init`.
18-
19-
Please refer to the main shelltime documentation for more details on how to use the tools.
17+
Visit [shelltime.xyz](https://shelltime.xyz) for guides and usage documentation.
2018

2119
## Having Issues?
2220

2321
If you encounter any problems during the installation or have any questions, please:
2422
* Check the output of the script for any error messages.
23+
* Visit [shelltime.xyz](https://shelltime.xyz) for general help and documentation.
2524
* [Open an issue on our GitHub repository](https://github.com/shelltime/cli/issues/new/choose)
2625

2726
---

0 commit comments

Comments
 (0)