Skip to content

Commit

Permalink
DOCUMENTATION: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mabroukmahdhi committed Aug 11, 2024
1 parent fb54849 commit ff96697
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,28 @@ provides an easy-to-use interface for sending emails and managing various email-

## Installation

To install **FlexiMail**, you can add the project to your solution manually.
You can install **FlexiMail** via NuGet or by adding the project to your solution manually.

### NuGet Installation

To install FlexiMail using NuGet, run the following command in the NuGet Package Manager Console:

```bash
Install-Package FlexiMail
```
Or, you can find the package on [NuGet](https://www.nuget.org/packages/FlexiMail).

### .NET CLI Installation
To install FlexiMail using the .NET CLI, use the following command:
```bash
dotnet add package FlexiMail
```

### Manual Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/FlexiMail.git
git clone https://github.com/mabroukmahdhi/FlexiMail
```
2. Add the `FlexiMail` project to your solution.

Expand Down

0 comments on commit ff96697

Please sign in to comment.