Skip to content

Commit 840a776

Browse files
committed
docs(README): add warning for WSL user
I will create the AppImages mainly with CI/CD meaning that it will most likely not work on WSL unless I create them manually.
1 parent 0a661f2 commit 840a776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ or [compile the repo manually](#general) and run it.
4747
* Download the Appimage on the Releases page
4848
* Make it executable `chmod +x <file>`
4949
* For systems that can not run it (Windows: WSL)
50+
* *WARNING* for some reason only some AppImages work (for WSL), mainly the ones created manually (tagged with `*-manual`), if the newest version does not have one, check older versions/releases open an Issue or compile on your computer
5051
* Extract it with `./<file> --appimage-extract`
5152
* Run the executable in `./squashfs-root/usr/bin/qc`
5253
* Run it
@@ -64,6 +65,7 @@ or [compile the repo manually](#general) and run it.
6465

6566

6667
## Config
68+
6769
* Add access token in Gitlab with (at least) API-read permissions
6870
* Can be found in your personal settings under "Access Tokens"
6971
* ~~(Create)~~ Update config file at `~/.config/quick-clone/config.json` (_names etc. might change_)

0 commit comments

Comments
 (0)