From 524393ba7dd8cd5d22b8e68ad65fcd3ff6c4167c Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Fri, 23 Feb 2024 13:26:14 -0800 Subject: [PATCH] Updated readme for server instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c0a84..f2dd189 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ The wisdom of crowds for the win. But we go beyond just providing Patterns. We provide code for you to build your very own Fabric server and personal AI infrastructure! -To get started, 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. +To get started, just run the `./setup.sh` file and it'll set up the client, the API server, and the API server web interface. The output of the setup command will also tell you how to run the commands to start them. ## Structure