@@ -19,9 +19,9 @@ For fun I changed code from standard main(argc,*argv[]) to something like [this]
19
19
- Clone git repository
20
20
- Change directories to git repository
21
21
- Install the custom winetricks verbs:
22
- - ` winetricks --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb ./verbs/ powershell_wrapper.verb `
22
+ - ` winetricks --unattended ./verbs/powershell_core.verb ./verbs/powershell_wrapper.verb `
23
23
- Or you can use protontricks:
24
- - ` protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb ./verbs/ powershell_wrapper.verb `
24
+ - ` protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/powershell_wrapper.verb `
25
25
26
26
# Compiling and Manual Install
27
27
@@ -34,10 +34,10 @@ To compile the binaries, you can run `make`
34
34
Want to only build one architecture? Try
35
35
` make powershell32.exe ` or ` make powershell64.exe `
36
36
37
- Install Powershell Core and ConEmu using Winetricks (Or you can do it manually, however this is far easier.):
37
+ Install Powershell Core using Winetricks (Or you can do it manually, however this is far easier.):
38
38
- Run the custom winetricks verbs:
39
- ` winetricks --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb `
40
- or ` protontricks <steamappID> --unattended ./verbs/powershell_core.verb ./verbs/conemu.verb `
39
+ ` winetricks --unattended ./verbs/powershell_core.verb `
40
+ or ` protontricks <steamappID> --unattended ./verbs/powershell_core.verb `
41
41
42
42
Assuming ` ~/.wine ` is where your wineprefix is
43
43
0 commit comments