1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Update README.md

This commit is contained in:
YASH PATEL 2020-11-03 15:42:36 +05:30 committed by GitHub
parent 0b0aa957ae
commit 871a00712f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ $ make install
## Starting Applications with the Proxy tool
HermitCore applications are currently started with a small helper tool called `proxy`.
This tool is sets up a virtual machine or bare-metal on a NUMA node and bridges certain functionality from the application to the Linux host.
This tool sets up a virtual machine or bare-metal on a NUMA node and bridges certain functionality from the application to the Linux host.
To start a HermitCore application, hand the executable to the proxy:
```bash