Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Sep 25, 2017
1 parent 05d7c4f commit 61fc4e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
EPPlus.Core
===========
`EPPlus.Core` is an **unofficial** port of the [EPPlus library](http:https://epplus.codeplex.com) to .NET Core.
`EPPlus.Core` is an **unofficial** port of the [EPPlus library](http:https://epplus.codeplex.com) to .NET Core.
It's based on the [5/24/2017, change set#fcded570d92e](http:https://epplus.codeplex.com/SourceControl/list/changesets).


Install via NuGet
-----------------
To install EPPlus.Core, run the following command in the Package Manager Console:
Expand All @@ -21,10 +20,12 @@ Usage
- [A sample ASP.NET Core App](/src/EPPlus.Core.SampleWebApp)


Note:
Notes:
-----------------
To run this project on Linux, you will need to install `libgdiplus` too:
- To run this project on Linux, you will need to install `libgdiplus` too:
```
sudo apt-get update
sudo apt-get install libgdiplus
```

- The original EPPlus project has been [moved to Github](https://github.com/JanKallman/EPPlus/). Please post its development related issues/pull requests at there. The main purpose of the current project is just providing an existing EPPlus for .NET Standard. There will be no further developments here.

0 comments on commit 61fc4e7

Please sign in to comment.