Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jan 13, 2024
1 parent cdd8ef4 commit eb9195b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ dotnet restore
- Non-Windows devices may need to explicitly specify a project to restore, i.e. `dotnet restore TwitchDownloaderCLI`
4. a) Build the GUI:
```
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows
```
4. b) Build the CLI:
```
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Profile> -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Profile>
```
- Applicable Profiles: `Windows`, `Linux`, `LinuxAlpine`, `LinuxArm`, `LinuxArm64`, `MacOS`, `MacOSArm64`
5. a) Navigate to the GUI build folder:
Expand Down
6 changes: 3 additions & 3 deletions README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ dotnet restore
```
4. a) Compila la GUI:
```
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows
```
4. b) Compila la CLI:
```
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Perfil> -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Perfil>
```
- Perfiles aplicables: `Windows`, `Linux`, `LinuxAlpine`, `LinuxArm`, `LinuxArm64`, `MacOS`
- Perfiles aplicables: `Windows`, `Linux`, `LinuxAlpine`, `LinuxArm`, `LinuxArm64`, `MacOS`, `MacOSArm64`
5. a) Navega hasta la carpeta de la compilación de la GUI:
```
cd TwitchDownloaderWPF/bin/Release/net6.0-windows/publish/win-x64
Expand Down
6 changes: 3 additions & 3 deletions README_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ dotnet restore
```
4. a) GUI'yi oluşturun:
```
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderWPF -p:PublishProfile=Windows
```
4. b) CLI'yi oluşturun:
```
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Profile> -p:DebugType=None -p:DebugSymbols=false
dotnet publish TwitchDownloaderCLI -p:PublishProfile=<Profile>
```
- Uygulanabilir Profiller: `Windows`, `Linux`, `LinuxAlpine`, `LinuxArm`, `LinuxArm64`, `MacOS`
- Uygulanabilir Profiller: `Windows`, `Linux`, `LinuxAlpine`, `LinuxArm`, `LinuxArm64`, `MacOS`, `MacOSArm64`
5. a) GUI derleme klasörüne gidin:
```
cd TwitchDownloaderWPF/bin/Release/net6.0-windows/publish/win-x64
Expand Down

0 comments on commit eb9195b

Please sign in to comment.