forked from lrvick/dotfiles
typo fix
This commit is contained in:
parent
6c604b7f0e
commit
597fdc7fcb
|
@ -10,7 +10,7 @@ $ git clone https://git.distrust.co/anton/dotfiles
|
||||||
The `dom0` files have to be copied over to `dom0` and placed into the correct location. To copy files over use the following command in a `dom0` terminal:
|
The `dom0` files have to be copied over to `dom0` and placed into the correct location. To copy files over use the following command in a `dom0` terminal:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ qvm-run -pass-io <app_vm> 'cat path/to/file` > /path/
|
$ qvm-run -pass-io <app_vm> 'cat path/to/file' > /path/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Split SSH
|
### Split SSH
|
||||||
|
|
Loading…
Reference in New Issue