diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-22 15:14:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-22 15:14:08 +0300 |
| commit | aeb772bccd3d29ed5e9d93229af1ea7d158e00d5 (patch) | |
| tree | d45c0c31a73bd62fe97c663011caae5e1cdb2cf6 /README.md | |
| parent | a9c82dc7ec525358c3ff417f32f116f760b92a65 (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.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
