From a830351f79598e2ba96efb4451ee95363ed47a24 Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 12 Oct 2021 17:35:27 -0400 Subject: [PATCH] fixed urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0a9a9e..20f122b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This section is for users who are familiar with git, a Unix-like command line en scripting. 1. Make sure [Racket](https://racket-lang.org/) is installed -2. `git clone git://git.m455.casa/m455/nicethings` +2. `git clone git://git.m455.casa/nicethings` 3. `cd nicethings` 4. `sudo make install-global` 5. `nicethings` @@ -122,7 +122,7 @@ will need the source code to install nicethings. #### To download nicethings using git -1. Run `git clone git://git.m455.casa/m455/nicethings` +1. Run `git clone git://git.m455.casa/nicethings` **Note**: This will create a `nicethings` directory in your current directory.