From cf03df3e63346877cd06c8eb6bf8a12d5775f963 Mon Sep 17 00:00:00 2001 From: Derek Garcia Date: Fri, 15 Sep 2023 13:35:08 -0400 Subject: [PATCH] fix `dotnet run` issue and update typos in read me --- README.md | 8 ++++---- RITScheduleMaker/RITScheduleMaker.csproj | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a2a43f..91e3877 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ An RIT API key is also required, which students can request **[here](https://api PawPrints CLI can be installed one of two ways: Download Binary or Build Locally ### Method 1: Binary -Download the latest binary from the **[releases page](https://github.com/dlg1206/RIT-Schedule-Maker/releases)** +1. Download the latest binary from the **[releases page](https://github.com/dlg1206/RIT-Schedule-Maker/releases)** -Use ``./pawprints `` +2. Use ``./pawprints `` ### Method 2: Local Install -Clone this repo: ``git clone https://github.com/dlg1206/RIT-Schedule-Maker.git && cd RITScheduleMaker`` +1. Clone this repo: ``git clone https://github.com/dlg1206/RIT-Schedule-Maker.git && cd RIT-Schedule-Maker/RITScheduleMaker`` -Use ``dotnet run `` +2. Use ``dotnet run `` ## Usage PawPrints CLI has two main commands: ``walk`` and ``genconfig`` diff --git a/RITScheduleMaker/RITScheduleMaker.csproj b/RITScheduleMaker/RITScheduleMaker.csproj index b5348cf..1667140 100644 --- a/RITScheduleMaker/RITScheduleMaker.csproj +++ b/RITScheduleMaker/RITScheduleMaker.csproj @@ -5,7 +5,6 @@ net6.0 enable enable - PawPrints