You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
Thanks, I'm enjoying the guide a lot!
Noam
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: