Skip to content

Fix build.md: use ncat for demo server as stated in prerequisites

Jens Drenhaus requested to merge jens.drenhaus-main-patch-90159 into main

In prerequisites-section ncat is named. However, to set up the hacked demo server before starting QEMU further down, nc is used. In fact, ncat is an alternative implementation for nc but nc is missing the -c flag, so the code snipped will not work.

Merge request reports