Skip to content

Commit

Permalink
Merge pull request #23 from MECU/update_readme
Browse files Browse the repository at this point in the history
Update 2.2->3.0
  • Loading branch information
mjungnickel18 authored Dec 1, 2019
2 parents 2704e9c + a2945e5 commit 8c19a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ Make sure that your graphics libs are up-to-date: (Syntax may vary in other dist
```
sudo apt-get update
sudo apt-get install libgdiplus
sudo apt-get install llibc6-dev
sudo apt-get install libc6-dev
```

And give PapyrusCs execution rights:
```chmod +x PapyrusCs```

For own compilation:
Requires [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2). You may need to install [additional dependencies](https://github.com/mjungnickel18/papyruscs#additional-dependencies).
Requires [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0). You may need to install [additional dependencies](https://github.com/mjungnickel18/papyruscs#additional-dependencies).


## Usage
Expand Down

0 comments on commit 8c19a8b

Please sign in to comment.