Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Sep 5, 2023
1 parent 98b9db7 commit 33bed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ inv docker.build -c build -c run --nocache --push
## Adding a new application

To add a new application, you first need to cross-compile it to WebAssembly.
You can check the [`tasks/`]](./tasks) folder for examples of how we do it for
You can check the [`tasks/`](./tasks) folder for examples of how we do it for
existing applications. Most importantly, you will have to inidicate the right
sysroot, and pass the environment variables that we read from `faasmtools`.

Expand Down

0 comments on commit 33bed76

Please sign in to comment.