Skip to content

Commit acb925f

Browse files
committed
Update Web V2 Install Guide with improved instructions
1 parent 761293e commit acb925f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Web Interface MOD Readme Files/WEB V2 Install Guide.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,18 @@ Step 5: Create Aliases for Patterns
5858
Add the following to your .zshrc or .bashrc file to create shorter commands:
5959

6060
```bash
61-
# Define the base directory for Obsidian notes,
62-
obsidian_base="/path/to/obsidian"
61+
62+
# The following three lines of code are path examples, replace with your actual path.
63+
64+
# Add fabric to PATH
65+
export PATH="/Users/USERNAME/Documents/fabric:$PATH"
66+
67+
# Define the base directory for Obsidian notes
68+
obsidian_base="/Users/USERNAME/Documents/fabric/web/myfiles/Fabric_obsidian"
69+
70+
# Define the patterns directory
71+
patterns_dir="/Users/USERNAME/Documents/fabric/patterns"
72+
6373

6474
# Loop through all files in the ~/.config/fabric/patterns directory
6575

@@ -118,6 +128,8 @@ npm run dev
118128
If you get an ** ERROR **.
119129
It would be much appreciated that you copy /paste your error in your favorite LLM before opening a ticket, 90% of the time your llm will point you to the solution.
120130

131+
Also if you modify patterns, descriptions or tags in Pattern_Descriptions/pattern_descriptions.json, make sure to copy the file over in web/static/data/pattern_descriptions.json
132+
121133
_____ ______ ______
122134

123135
OPTIONAL: Create Start/Stop Scripts

0 commit comments

Comments
 (0)