Remove incorrect comment on building header file

This commit is contained in:
Lars-Magnus Skog
2019-05-29 00:38:32 +02:00
parent 377014928e
commit 1c0431e2f2

View File

@@ -12,9 +12,8 @@ Current commit on deltachat/deltachat-core: `12ef73c8e76185f9b78e844ea673025f56a
```sh
# run example
$ cargo run --example simple
# build header file
# build c-ffi
$ cargo build -p deltachat_ffi --release
$ cat deltachat-ffi/deltachat.h
# run tests
$ cargo test --all
```