$ cargo new --bin elk
$ cargo add --path ../delf
Adding delf (unknown version) to dependencies
I suggest to add cds. Perhaps:
$ cd .. # Go back to the parent of the `delf` directory
$ cargo new --bin elk
$ cd elk
$ cargo add --path ../delf
Adding delf (unknown version) to dependencies
I found something wrong on this page:
https://fasterthanli.me/series/making-our-own-executable-packer/part-1#position=24.8
Here's what it is:
I got a bit confused by:
I suggest to add
cd
s. Perhaps:Thanks, I'm enjoying the guide a lot! Noam