mirror of
https://github.com/rashevskyv/dbi.git
synced 2024-12-28 10:25:05 +08:00
Close issue#139
This commit is contained in:
parent
8ae4429b64
commit
5c418a980c
@ -99,9 +99,15 @@
|
||||
|
||||
Для работы сперва нужно скачать на ПК dbibackend (`dbibackend.exe` для Windows или `dbibackend` для всех ОС), запустить его, выбрать игры для установки, нажать **Start server**, затем подключить USB-C кабель к ПК и Switch, выбрать пункт **Install title from USB** в dbi и установить все необходимые игры.
|
||||
|
||||
|
||||
Выделение файлов, а так же их установка происходит способом идентичным способу из пункта **Browse SD Card/Browse USB0 Drive**
|
||||
|
||||
Для быстрой отправки файлов или папок с играми на установку, нажмите на них правой клавишей мыши, выберите Отправить > dbibackend, установочные файлы сразу помещаются в очередь dbibackend. Для того, чтобы это настроить в Windows, нажмите `Win+R`, введите `shell:sendto`, положите в папку ярлык для `dbibackend.exe`
|
||||
Для быстрой отправки файлов или папок с играми на установку, нажмите на них правой клавишей мыши, выберите `Отправить > dbibackend`, установочные файлы сразу помещаются в очередь dbibackend. Для того, чтобы это настроить в Windows, нажмите `Win+R`, введите `shell:sendto`, положите в папку ярлык для `dbibackend.exe`
|
||||
|
||||
#### Зависимости, которые могут потребоваться для работы в MacOS или Linux
|
||||
|
||||
| brew install python-tk
|
||||
| pip3 install pyusb
|
||||
|
||||
### Home server
|
||||
|
||||
|
@ -104,7 +104,12 @@ In order to use this option you will first require dbibackend (`dbibackend.exe`
|
||||
|
||||
From here you can select and install your files on the Switch in the same fashion as using Browse SD Card/Browse USB0 Drive.
|
||||
|
||||
To quickly send files or folders with games for installation, right-click on them, select Send from dbibackend and the installation files will be immediately placed in dbibackend's queue. To configure this in Windows, press `Win + R`, enter `shell: sendto` and create a shortcut for `dbibackend.exe` in the folder.
|
||||
To quickly send files or folders with games for installation, right-click on them, select `Send from dbibackend` and the installation files will be immediately placed in dbibackend's queue. To configure this in Windows, press `Win + R`, enter `shell: sendto` and create a shortcut for `dbibackend.exe` in the folder.
|
||||
|
||||
#### Dependencies that may be required to run on MacOS or Linux
|
||||
|
||||
| brew install python-tk
|
||||
| pip3 install pyusb
|
||||
|
||||
### Home server
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user