Skip to content

Commit

Permalink
fix dotnet run issue and update typos in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg1206 committed Sep 15, 2023
1 parent 94fd295 commit cf03df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <args>``
2. Use ``./pawprints <args>``

### 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 <args>``
2. Use ``dotnet run <args>``

## Usage
PawPrints CLI has two main commands: ``walk`` and ``genconfig``
Expand Down
1 change: 0 additions & 1 deletion RITScheduleMaker/RITScheduleMaker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetName>PawPrints</TargetName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cf03df3

Please sign in to comment.