Update README links to reflect repository name change

- Updated all instances of the repository URL in the README to the new name `os-mnemo/System-Sync-Restore`.
- Ensured that all documentation links point to the correct wiki for improved user navigation and access to resources.
This commit is contained in:
2026-05-13 20:14:06 +02:00
parent 7dabcdd71e
commit 507380eb88
+12 -12
View File
@@ -10,7 +10,7 @@ Reproducible macOS setup in one workflow: snapshot your Homebrew bundle and appl
| Legacy Mackup symlinks | Run `ssr mackup unlink` once if you previously used `mackup link` |
**Full documentation (configuration tables, pref snapshots, logs, security, migration):**
**[Wiki → https://git.surke.de/osurke/system-sync-restore/wiki](https://git.surke.de/osurke/system-sync-restore/wiki)**
**[Wiki → https://git.surke.de/os-mnemo/System-Sync-Restore/wiki](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki)**
> Successor to `system_sync.sh` / `system_restore.sh`. Same intent, modernized modular tooling.
@@ -26,7 +26,7 @@ Reproducible macOS setup in one workflow: snapshot your Homebrew bundle and appl
## Install
```bash
git clone https://git.surke.de/osurke/system-sync-restore.git ~/.ssr
git clone https://git.surke.de/os-mnemo/System-Sync-Restore.git ~/.ssr
cd ~/.ssr
./install.sh
```
@@ -53,7 +53,7 @@ ssr status Summary
ssr version
```
**New machine:** clone → `./install.sh``ssr restore`. Details: [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start), [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync).
**New machine:** clone → `./install.sh``ssr restore`. Details: [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start), [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync).
---
@@ -61,14 +61,14 @@ ssr version
| Topic | Wiki |
|--------|------|
| Install & first steps | [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start) |
| Command list | [Commands](https://git.surke.de/osurke/system-sync-restore/wiki/Commands) |
| Cloud layout, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync) |
| `ssr.conf` and cloud paths | [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference) |
| launchd, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/osurke/system-sync-restore/wiki/Scheduling-logging-and-updates) |
| Tab completions | [Shell-completions](https://git.surke.de/osurke/system-sync-restore/wiki/Shell-completions) |
| Security, uninstall, legacy scripts | [Security-Uninstall-and-Migration](https://git.surke.de/osurke/system-sync-restore/wiki/Security-Uninstall-and-Migration) |
| Repo tree | [Repository-layout](https://git.surke.de/osurke/system-sync-restore/wiki/Repository-layout) |
| Install & first steps | [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start) |
| Command list | [Commands](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Commands) |
| Cloud layout, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync) |
| `ssr.conf` and cloud paths | [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference) |
| launchd, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Scheduling-logging-and-updates) |
| Tab completions | [Shell-completions](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Shell-completions) |
| Security, uninstall, legacy scripts | [Security-Uninstall-and-Migration](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Security-Uninstall-and-Migration) |
| Repo tree | [Repository-layout](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Repository-layout) |
---
@@ -77,7 +77,7 @@ ssr version
Edit the **wiki** repository (`System-Sync-Restore.wiki`) for user-facing guides; keep this README as the short landing page and link hub. Example clone:
```bash
git clone https://git.surke.de/osurke/system-sync-restore.wiki.git
git clone https://git.surke.de/os-mnemo/System-Sync-Restore.wiki.git
```
---