Skip to content

Commit 79afb0b

Browse files
committed
upate readme
1 parent d9a3bdb commit 79afb0b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ git clone https://github.com/hardhackerlabs/podwise-cli.git
4545
cd podwise-cli
4646
go build -o podwise .
4747
# Move the binary to a directory in your PATH, e.g.,
48-
sudo mv podwise /usr/local/bin/
48+
mv podwise /usr/local/bin/
4949
```
5050

5151
## Configuration
@@ -134,16 +134,16 @@ podwise --help
134134

135135
The Podwise skill routes your intent to the right workflow automatically:
136136

137-
| Workflow | What it does |
138-
|---|---|
139-
| **catch-up** | Catch up on missed episodes from podcasts you follow |
140-
| **weekly-recap** | Generate a weekly listening recap with highlights |
141-
| **episode-notes** | Export episode summaries and highlights to Notion, Obsidian, or Logseq |
142-
| **topic-research** | Research a topic across multiple podcast episodes |
143-
| **episode-debate** | Challenge and stress-test ideas from an episode |
144-
| **language-learning** | Generate Anki flashcards from a transcript |
145-
| **discover** | Get personalised podcast recommendations based on your taste |
146-
| **refine-taste** | Build your listener profile for personalised outputs |
137+
| Workflow | What it does |
138+
| --------------------- | ---------------------------------------------------------------------- |
139+
| **catch-up** | Catch up on missed episodes from podcasts you follow |
140+
| **weekly-recap** | Generate a weekly listening recap with highlights |
141+
| **episode-notes** | Export episode summaries and highlights to Notion, Obsidian, or Logseq |
142+
| **topic-research** | Research a topic across multiple podcast episodes |
143+
| **episode-debate** | Challenge and stress-test ideas from an episode |
144+
| **language-learning** | Generate Anki flashcards from a transcript |
145+
| **discover** | Get personalised podcast recommendations based on your taste |
146+
| **refine-taste** | Build your listener profile for personalised outputs |
147147

148148
### How It Works
149149

skills/references/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git clone https://github.com/hardhackerlabs/podwise-cli.git
3939
cd podwise-cli
4040
go build -o podwise .
4141
# Move the binary to a directory in your PATH, e.g.,
42-
sudo mv podwise /usr/local/bin/
42+
mv podwise /usr/local/bin/
4343
```
4444

4545
## Configuration

0 commit comments

Comments
 (0)