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

Examples in README are incorrect #5

Open
jf-li00 opened this issue Jan 29, 2024 · 0 comments
Open

Examples in README are incorrect #5

jf-li00 opened this issue Jan 29, 2024 · 0 comments

Comments

@jf-li00
Copy link

jf-li00 commented Jan 29, 2024

Hi! I found some incorrect or improper description of the Installing LTL-Fuzze and Example Usage parts in README:

The directory should be llvm_mode instead of llvm-mode

For some env vars to represent paths, the slash is redundant

export LTLFuzzer=~/LTL-Fuzzer/
export SUBJECT=$LTLFuzzer/experiment/Problem1/

Then if we echo $SUBJECT, it turns out ~/LTL-Fuzzer//experiment/Problem1/ with two slashes together

Besides, in some shells , the exclamation mark in double quotes won't be treated as literal(for example, if you use bash and log in as root this will happen), so single quote might be a better choice.

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

1 participant