Bladeren bron

Refine README

Cokebar Chi 8 jaren geleden
bovenliggende
commit
45dbf2567e
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -10,23 +10,23 @@ Using without luci-app-vlmcsd
 -----
 If you don't use luci-app-vlmcsd and you want vlmcsd support KMS auto activation, you should modify the settings of dnsmasq manually:
 
-1. Add the following line at the end of "/etc/dnsmasq.conf":
+1. Add the following line at the end of `/etc/dnsmasq.conf`:
 
-   srv-host=_vlmcs._tcp.lan,hostname.lan,1688,0,100
+   `srv-host=_vlmcs._tcp.lan,hostname.lan,1688,0,100`
    
    (replace "hostname.lan" with your actual host name, eg: openwrt.lan, or just replace it with your IP of LAN)
 
 2. Restart dnsmasq:
 
-   /etc/init.d/dnsmasq restart
+   `/etc/init.d/dnsmasq restart`
 
    You can check if the dnsmasq setting works with the following cammand in Windows:
    
-   nslookup -type=srv _vlmcs._tcp.lan
+   `nslookup -type=srv _vlmcs._tcp.lan`
    
    The response should be your router's IP.
 
-3. /etc/init.d/vlmcsd enable && /etc/init.d/vlmcsd start && /etc/init.d/dnsmasq restart
+3. `/etc/init.d/vlmcsd enable && /etc/init.d/vlmcsd start && /etc/init.d/dnsmasq restart`
 
 Pre-compiled Download
 -----