From 617cde5e1cf9ea80a643bfe8e6f1729a3b63decd Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sun, 11 Feb 2024 23:13:21 -0800 Subject: [PATCH] Added video embed. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a16e17..b2066e1 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ # A quick demonstration of writing an essay with Fabric ``` - - -https://github.com/danielmiessler/fabric/assets/50654/09c11764-e6ba-4709-952d-450d70d76ac9 + ## What and why @@ -252,6 +252,7 @@ To get started, head over to the [`/server/`](https://github.com/danielmiessler/ #### Installing the server Similarly to what you did for installing the CLI, now access the `/server` folder and install the dependencies with poetry, then add the alias to the `fabric-server` binary to bash profile and call `fabric-server`: + ```bash # access the server directory cd server