We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20190b7 commit 7986298Copy full SHA for 7986298
README.md
@@ -1,17 +1,13 @@
1
# ShellSage
2
3
-This file will become your README and also the index of your
4
-documentation.
5
-
6
7
## Usage
8
9
### Installation
10
11
Install latest from the GitHub
12
-[repository](https://github.com/AnswerDotAI/bash_buddy):
+[repository](https://github.com/AnswerDotAI/shell_sage):
13
14
-or from [pypi](https://pypi.org/project/bash_buddy/)
+or from [pypi](https://pypi.org/project/shell_sage/)
15
16
```sh
17
pip install shell_sage
@@ -45,5 +41,5 @@ Hello! I'm ShellSage, your command-line assistant. I can help you with:
45
41
You can also pipe outputs into `ShellSage`:
46
42
47
43
48
-cat file.txt | bb8 summarize this file
49
-```
44
+cat file.txt | ssage summarize this file
+```
0 commit comments