From d0c8429c32616b16216ec935efd28d794df01c28 Mon Sep 17 00:00:00 2001 From: Akkariin Meiko <34357771+kasuganosoras@users.noreply.github.com> Date: Fri, 28 Sep 2018 04:03:03 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ac010..f80f8ed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $Libvirt->connect("root", "123456"); ``` This code will connect to your server using SSH, make sure your server sshd service is running. -The `192.168.3.181` is your server hostname, `22` is your server port, and `/data/libvirt/` is your libvirt images save path. +The `192.168.3.181` is your server hostname, `22` is your server port, and `/data/libvirt/` is your libvirt data save path. For authenticate, use username and password, the username and password in example code is `root` and `123456`.