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

no such file or directory: ./lula #139

Closed
chadmcrowell opened this issue Dec 1, 2023 · 2 comments · Fixed by #142
Closed

no such file or directory: ./lula #139

chadmcrowell opened this issue Dec 1, 2023 · 2 comments · Fixed by #142

Comments

@chadmcrowell
Copy link

In the getting started guide, running the ./lula validate ./demo/oscal-component.yaml command from within the lula directory resulted in the following error:

$ ./lula validate ./demo/oscal-component.yaml                                                                                                                    [12:37:10]
zsh: no such file or directory: ./lula
FAIL
$ pwd                                                                                                                                                           [12:41:24]
/Users/user/lula

please advise.

@brandtkeller
Copy link
Member

Great call out @chadmcrowell ! This was also recently mentioned in #130 - we need to update the instructions. Barring any other movement I will get this fixed asap!

Intent:

After the make build step the binary is more accuretely located in the created bin/ directory within the Lula project.

So ./bin/lula validate ./demo/oscal-component.yaml would be the correct execution if all other dependencies have been met.

@brandtkeller
Copy link
Member

Updated the README instructions for the demo. Please feel free to re-open this issue if any problems persist.

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

Successfully merging a pull request may close this issue.

2 participants