Skip to content

Commit 7986298

Browse files
author
ncoop57
committed
Update README with project name and installation details
1 parent 20190b7 commit 7986298

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# ShellSage
22

3-
This file will become your README and also the index of your
4-
documentation.
5-
6-
73
## Usage
84

95
### Installation
106

117
Install latest from the GitHub
12-
[repository](https://github.com/AnswerDotAI/bash_buddy):
8+
[repository](https://github.com/AnswerDotAI/shell_sage):
139

14-
or from [pypi](https://pypi.org/project/bash_buddy/)
10+
or from [pypi](https://pypi.org/project/shell_sage/)
1511

1612
```sh
1713
pip install shell_sage
@@ -45,5 +41,5 @@ Hello! I'm ShellSage, your command-line assistant. I can help you with:
4541
You can also pipe outputs into `ShellSage`:
4642

4743
```sh
48-
cat file.txt | bb8 summarize this file
49-
```
44+
cat file.txt | ssage summarize this file
45+
```

0 commit comments

Comments
 (0)