From 3bec3307328f53113724a22904f885c1c5742c7a Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Fri, 2 Feb 2024 02:05:43 -0800 Subject: [PATCH] Added Quickstart and a patterns screenshot. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87400c9..94c306b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ One of fabric's main features is helping people collect and integra There are three main ways to get started with Fabric. +fabric-patterns-screenshot + 1. Navigate to the [`/patterns`](https://github.com/danielmiessler/fabric/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/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.