Skip to content

Commit 76a5332

Browse files
authored
Update README.md
1 parent 82277f6 commit 76a5332

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ optionsBuilder.UseFileContext(new FileContextCore.CombinedManager.ExcelManager()
119119
optionsBuilder.UseFileContext(new FileContextCore.CombinedManager.ExcelManager("password"));
120120
```
121121

122+
To run on Linux-Systems
123+
124+
```
125+
sudo apt-get update
126+
sudo apt-get install libgdiplus
127+
```
128+
122129
## Custom implementation
123130

124131
For customization you can implement the Interfaces `ISerializer`, `IFileManager` and `ICombinedManager`

0 commit comments

Comments
 (0)