浏览代码

Fix newline

Jaroslav Henner 9 年之前
父节点
当前提交
3fd0d61de2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README_libvirt.md

+ 2 - 1
README_libvirt.md

@@ -94,7 +94,8 @@ dns=dnsmasq
 -	Configure dnsmasq to use the Virtual Network router for example.com:
 
 ```sh
-sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf server=/example.com/192.168.55.1
+sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf
+server=/example.com/192.168.55.1
 ```
 
 Test The Setup