cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.74k stars 853 forks source link

Update README.md #196

Closed xxKeith20xx closed 2 years ago

xxKeith20xx commented 4 years ago

just a tiny clarification on line 51?

From: Link by adding -lcs50

To: Link by adding -lcs50 to your clang command syntax: clang -lcs50 file.c

Rubix982 commented 2 years ago

LGTM. This PR should be merged now?