Update README.md

Updates to the README for legibility, more detail.
This commit is contained in:
Daniel Miessler 2024-08-20 14:07:24 -07:00 committed by GitHub
parent 597f2c2b34
commit 452c64f1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,10 +47,16 @@
<br /> <br />
> [!NOTE] > [!NOTE]
August 16, 2024 — We have migrated to Go! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](#Installation) below. August 206, 2024 — We have migrated to Go, and the transition has been pretty smooth! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](#Installation) below.
> [!NOTE] ## Intro videos
August 16, 2024 — We have cleaned up the Pull Requests and Issues in the following ways as part of the Go release: 1) We incorporated all Pattern submissions in the new version. 2) We closed all Issues related to Python/Code because we we moved to Go. If your issue still persists, just resubmit and we'll get on it. 3) We did the same with Question issues because most of them were related to Python. 4) We left the Enhancement issues because those tend to not relate as much to Python vs. Go, and we'll be working through those.
Keep in mind that many of these were recorded when Fabric was Python-based, so remember to use the current [install instructions](#Installation) below.
* [Network Chuck](https://www.youtube.com/watch?v=UbDyjIIGaxQ)
* [David Bombal](https://www.youtube.com/watch?v=vF-MQmVxnCs)
* [My Own Intro to the Tool](https://www.youtube.com/watch?v=wPEyyigh10g)
* [More Fabric YouTube Videos](https://www.youtube.com/results?search_query=fabric+ai)
## What and why ## What and why
@ -144,8 +150,9 @@ go install github.com/danielmiessler/fabric@latest
## Usage ## Usage
Once you have it all set up, here's how to use it. Once you have it all set up, here's how to use it.
1. Check out the options ```bash
`fabric -h` fabric -h
```
```bash ```bash
usage: fabric -h usage: fabric -h
@ -225,6 +232,8 @@ https://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/syste
## Examples ## Examples
Now let's look at some things you can do with Fabric.
1. Run the `summarize` Pattern based on input from `stdin`. In this case, the body of an article. 1. Run the `summarize` Pattern based on input from `stdin`. In this case, the body of an article.
```bash ```bash