diff --git a/README.md b/README.md index 016bd9d..782f6a0 100644 --- a/README.md +++ b/README.md @@ -134,16 +134,16 @@ Binary downloads of example are available from [the releases section on GitHub]( ``` $ git clone https://github.com/ycd/toc - $ cd ycd + $ cd toc ``` 2. Build and install #### Unix/Linux ``` - # May require you to use sudo $ go build . - $ cp toc /usr/local/toc + # May require you to use sudo + $ cp toc /usr/local/bin ``` 3. Verify installation