summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-22 15:14:08 +0300
committerPaul Buetow <paul@buetow.org>2025-07-22 15:14:08 +0300
commitaeb772bccd3d29ed5e9d93229af1ea7d158e00d5 (patch)
treed45c0c31a73bd62fe97c663011caae5e1cdb2cf6 /README.md
parenta9c82dc7ec525358c3ff417f32f116f760b92a65 (diff)
Reorganize assets and bump version to 0.7.3v0.7.3
- Move totalrecall.desktop, install-icon.sh, and config.yaml.example to assets/ directory - Update all references in README.md and install-icon.sh - Add file organization guidelines to AGENTS.md - Clean up root directory structure 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c57640..6060f17 100644
--- a/README.md
+++ b/README.md
@@ -76,13 +76,13 @@ TotalRecall includes a desktop icon for GNOME integration. To install:
**For current user only:**
```bash
cd totalrecall
-./install-icon.sh
+./assets/install-icon.sh
```
**System-wide installation:**
```bash
cd totalrecall
-sudo ./install-icon.sh
+sudo ./assets/install-icon.sh
```
After installation, you may need to log out and log back in for the icon to appear in GNOME's application menu. The icon will show up as "TotalRecall" in the Education category.
@@ -193,7 +193,11 @@ When translations are provided, they are used directly without calling the trans
## Configuration
-Create an optional `~/config/totalrecall/config.yaml` file. You can copy the example file provided.
+Create an optional `~/config/totalrecall/config.yaml` file. You can copy the example file provided:
+
+```bash
+cp assets/config.yaml.example ~/.config/totalrecall/config.yaml
+```
## Output Files