Skip to content

Commit

Permalink
Merge branch 'unikraft:main' into fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinAlexB authored Oct 21, 2023
2 parents 72e4aca + c5931d2 commit 2101ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/bincompat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ server_static sqlite3 sqlite3_static

The list of apps are arguments to be passed to the script.

Use the commands below to run, respectively, the helloworld, HTTP serverand Nginx apps:
Use the commands below to run, respectively, the helloworld, HTTP server, and Nginx apps:

```console
./run_app.sh helloworld
Expand Down Expand Up @@ -484,7 +484,7 @@ After all this is done, we can go back to the `run-app-elfloader` repository and
```

The command will search for the `bash` string in the `/etc/passwd` file.
Not that paths are absolute in the application root filesystem.
Note that paths are absolute in the application root filesystem.

The command output will be similar to:

Expand Down

0 comments on commit 2101ee0

Please sign in to comment.