Skip to content

Commit

Permalink
remove leading blank lines (runner test)
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 9, 2024
1 parent 3a891aa commit c94a9df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions IDE/Espressif/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# wolfSSL Espressif IDE

This directory contains documentation and examples for the Espressif SoC devices.
Expand Down Expand Up @@ -141,7 +139,7 @@ The wolfSSL library can be installed as a managed component:



## Building wolfSSL for use with other libraries
## Building wolfSSL for use with other libraries

```
# cd /your-wolfssl-repo
Expand All @@ -152,7 +150,7 @@ make install
# then for some other library such as wolfTPM:
# cd /your-wolftpm-repo
./configure --enable-swtpm --with-wolfcrypt=/mnt/c/workspace/my_wolfssl_bin
./configure --enable-swtpm --with-wolfcrypt=/mnt/c/workspace/my_wolfssl_bin
```

## Notes:
Expand Down

0 comments on commit c94a9df

Please sign in to comment.