From 867652d611215469736f0c5033fe79df2aaaeeb1 Mon Sep 17 00:00:00 2001 From: Helen Griffiths <16269977+threepistons@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:49:53 +0000 Subject: [PATCH] Improve the Linux installation instructions, fixes #16 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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