From 1b8938a36568eccd3c71c58bec5588cace99964f Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Fri, 2 Feb 2024 02:11:28 -0800 Subject: [PATCH] Some formatting cleanup. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fbd608..1bc37f5 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,17 @@ There are three main ways to get started with Fabric. fabric-patterns-screenshot 1. Navigate to the [`/patterns`](https://github.com/danielmiessler/fabric/tree/main/patterns) directory and start exploring! You can use any of those in any AI application that you have! -2. Head over to the [`/server/`](https://github.com/danielmiessler/fabric/tree/main/server) directory and set up your own Fabric Mill with your own patterns running! You can then use the `standalone_client_examples` to connect to it. +2. Head over to the [`/server/`](https://github.com/danielmiessler/fabric/tree/main/server) directory and set up your own Fabric Mill with your own patterns running! You can then use the [`/client/standalone_client_examples`](https://github.com/danielmiessler/fabric/tree/main/client/standalone_client_examples) to connect to it. -We're also working on a universal client that will let you do all sorts of cool stuff! +We're also almost done with a universal client that will let you do all sorts of cool stuff! Check back in a day or so. ## CLI-native One of the coolest parts of the project is that it's **command-line native**! -Each pattern (prompt) you see in the `/patterns` directory can be used in any AI application you use, but you can also set up your own server using the `/infrastructure/server` code and then call APIs directly! +Each pattern (prompt) you see in the `/patterns` directory can be used in any AI application you use, but you can also set up your own server using the `/server` code and then call APIs directly! +Once you're set up, you can do things like: ```bash # Take any idea from `stdin` and send it to the `/write_essay` API! cat "An idea that coding is like speaking with rules." | write_essay