Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juleswhi authored Mar 19, 2024
1 parent 530745b commit 6645152
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# Software Systems Development - Coursework Tooling

Various tools that can drastically improve the development of coursework.
These tools also provide a base that your application can build upon.
These tools also provide a base that your application can build upon.

## Installation

Dotnet CLI:

```
dotnet add package SSDCourseworkTooling --version 0.1.0
```

NuGet Package Manager:

```
NuGet\Install-Package WinFormsScraper -Version 1.3.0
```

Visual Studio NuGet:

```
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution -> Browse -> Search ( SSD Tooling )
```

## Examples

Look at the examples folder to view practical examples of using the systems.

0 comments on commit 6645152

Please sign in to comment.