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

Minor errors in README.md #16

Open
threepistons opened this issue Feb 7, 2024 · 0 comments
Open

Minor errors in README.md #16

threepistons opened this issue Feb 7, 2024 · 0 comments

Comments

@threepistons
Copy link

threepistons commented Feb 7, 2024

$ git clone https://github.com/ycd/toc 
$ cd ycd

should say

$ git clone https://github.com/ycd/toc 
$ cd toc

because git clones to a directory called "toc".

Likewise

# May require you to use sudo
$ go build .
$ cp toc /usr/local/toc

should say

$ go build .
# May require you to use sudo
$ cp toc /usr/local/bin

because the go build . step writes to a place that the user can write to, but "/usr/local/bin" is not where a user can usually write to. "/usr/local" isn't in most people's $PATH but "/usr/local/bin" is.

@threepistons threepistons changed the title Minor error in README.md Minor errors in README.md Feb 7, 2024
threepistons added a commit to threepistons/toc that referenced this issue Feb 7, 2024
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