diff --git a/DevelopmentEnvironmentHowTo.md b/DevelopmentEnvironmentHowTo.md index db85252..5c0af20 100644 --- a/DevelopmentEnvironmentHowTo.md +++ b/DevelopmentEnvironmentHowTo.md @@ -2,7 +2,7 @@ The recommended way to develop LuCI is to edit it on a real OpenWrt system in conjunction with an editor or IDE which supports remotely editing files via the SCP or SFTP protocol. -There are various ways to run OpenWrt, it can be either installed on real hardware or deployed within a virtual machine. Using an OpenWrt x86 image in Qemu (or Qemu-KVM / Virt-Manager) is a good choice to develop LuCI, refer to [OpenWrt on Qemu](https://openwrt.org/docs/guide-user/virtualization/qemu) for details. +There are various ways to run OpenWrt, it can be either installed on real hardware or deployed within a virtual machine. Using an OpenWrt x86 image in Qemu (or Qemu-KVM / Virt-Manager) is a good choice to develop LuCI. Refer to [OpenWrt on Qemu](https://openwrt.org/docs/guide-user/virtualization/qemu) for details. ## Required Software