This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Prerequisites for Arch: | |
| # sudo pacman -Sy p7zip wine-staging winetricks | |
| # or | |
| # yay p7zip | |
| # yay wine-staging | |
| # yay winetricks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################### | |
| # Proof of concept for running Fork git client on Wine on Ubuntu 20.04. | |
| # 70% of the credit to GPT-4 :) | |
| ######## Instructions: | |
| # copy both Dockerfile and docker-compose.yml in the same folder | |
| # run `docker-compose build` | |
| # wait for a long time | |
| # run `docker-compose up -d` | |
| # connect with TigerVNC to `localhost:5900` | |
| # open a terminal and run: |