You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/getting-started.mdx
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Basic Memory works through the Model Context Protocol (MCP) to connect with AI a
14
14
15
15
You can install Basic Memory using `uv`, an extremely fast Python package and project manager, written in Rust.
16
16
17
-
You can install `uv` from [astral's website](https://docs.astral.sh/uv/getting-started/installation/)
17
+
You can install `uv` from [astral's website](https://docs.astral.sh/uv/getting-started/installation/). After installing `uv` you can install Basic Memory with the command:
18
18
19
19
```bash
20
20
uv tool install basic-memory
@@ -79,7 +79,7 @@ By default, Basic Memory saves notes in a project called `main` in `~/basic-memo
79
79
80
80
#### Use Your Existing Notes Folder
81
81
82
-
The easiest way is to ask Claude directly in your conversation:
82
+
The easiest way is to ask Claude directly in your conversation. For example:
83
83
84
84
```
85
85
Create a new project called "my project" in the "/Users/yourname/Documents/Notes" directory
@@ -155,7 +155,7 @@ Set the default project used at startup.
155
155
```
156
156
157
157
4.**Confirm note creation**:
158
-
Claude will confirm when the note has been created and where it's stored.
158
+
Claude will confirm when the note has been created and where it is stored.
159
159
160
160
5.**View the created file** in your `~/basic-memory` directory using any text editor or Obsidian.
This creates a Markdown file in your `~/basic-memory` directory with semantic markup.
35
35
36
36
<Tip>
37
-
You can store your knowledge at any location you want. `~/basic-memory` is the default project location.
37
+
You can store your knowledge at any location you want. `~/basic-memory` is the default project location. See [Choosing Where Your Notes Are Saved](/getting-started#choosing-where-your-notes-are-saved) for more information.
0 commit comments