diff options
| author | Fuwn <[email protected]> | 2021-08-18 12:19:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-18 12:19:56 -0700 |
| commit | 847ca86fc59358c5c19609824d1460f005eb80c1 (patch) | |
| tree | 25d27a93c538c093498ab99032595ce3d56f752d | |
| parent | refactor(include): move winapi things to soyuz/windows.h (diff) | |
| parent | feat(readme): add startup item workaround (diff) | |
| download | soyuz-847ca86fc59358c5c19609824d1460f005eb80c1.tar.xz soyuz-847ca86fc59358c5c19609824d1460f005eb80c1.zip | |
Merge branch 'main' of https://github.com/fuwn/soyuz
| -rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -24,6 +24,16 @@ Soon to come - Tray support - "Startup" support +Temporary "Startup" Support Workaround +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Create a shortcut for the Soyuz executable +2. Move the shortcut to + + :code:`C:\Users\<username>\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup` + + (replace :code:`<username>` with your Windows user account's username) + License ------- |