Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's in a Linux executable? #274

Closed
noamraph opened this issue Oct 12, 2023 · 1 comment
Closed

What's in a Linux executable? #274

noamraph opened this issue Oct 12, 2023 · 1 comment

Comments

@noamraph
Copy link

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:

$ 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

@fasterthanlime
Copy link
Owner

I just added that missing cd, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants