mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
Updated the readme.
This commit is contained in:
parent
92007c6e5e
commit
6d0941ec1e
@ -29,11 +29,10 @@
|
||||
- [Philosophy](#philosophy)
|
||||
- [Breaking problems into components](#breaking-problems-into-components)
|
||||
- [Too many prompts](#too-many-prompts)
|
||||
- [Our approach to prompting](#our-approach-to-prompting)
|
||||
- [The Fabric approach to prompting](#our-approach-to-prompting)
|
||||
- [Quickstart](#quickstart)
|
||||
- [1. Just use the Patterns](#1-just-use-the-patterns)
|
||||
- [1. Just use the Patterns (prompts)](#1-just-use-the-patterns)
|
||||
- [2. Create your own Fabric Mill (Server)](#2-create-your-own-fabric-mill-server)
|
||||
- [3. The standalone client](#3-the-standalone-client)
|
||||
- [Structure](#structure)
|
||||
- [Components](#components)
|
||||
- [CLI-native](#cli-native)
|
||||
|
5
client/.zshrc
Normal file
5
client/.zshrc
Normal file
@ -0,0 +1,5 @@
|
||||
export PATH=/Users/daniel/Library/Mobile Documents/com~apple~CloudDocs/Development/fabric/client/.venv/bin:/opt/homebrew/opt/gnu-getopt/bin:/Users/daniel/go/bin:/usr/local/go/bin:/Users/daniel/.local/bin:/opt/homebrew/opt/gnu-getopt/bin:/Users/daniel/.pdtm/go/bin:/Users/daniel/Cloud/Development/AICommands/:/Users/daniel/.pdtm/go/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/go/bin:/Users/daniel/.cargo/bin:/bin:/Users/daniel/go/bin:/Users/daniel/Cloud/Development/fabric/client
|
||||
|
||||
alias fabric="~/Cloud/Development/fabric/client/fabric"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user