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

Fix README Error #6

Closed
samwhelp opened this issue May 25, 2022 · 1 comment · Fixed by #7
Closed

Fix README Error #6

samwhelp opened this issue May 25, 2022 · 1 comment · Fixed by #7

Comments

@samwhelp
Copy link

File: README

Find:

make build

Fix:

mkdir build

================================================================================

run

sed -i 's/make build/mkdir build/g' README

or run

sed -i.bak 's/make build/mkdir build/g' README
@samwhelp
Copy link
Author

Thank you for all your assistance.

I really appreciate your help in resolving the problem.

:-)

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.

1 participant