Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarresi committed Sep 24, 2018
1 parent 28d586d commit b6a20ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ This project aim to **end you pain** with test against PLC!
## How does it works

### Use it from source code
Checkout and start the software (don't forget to copy the native library you need)
Build and Start the software (don't forget to copy the native library you need)

```shell
cd SoftPlc
dotnet restore
dotnet build
cp native\win\snap7.dll bin\Debug\netcoreapp2.0\snap7.dll
dotnet bin\Debug\netcoreapp2.0\SoftPlc.dll
dotnet bin\Debug\netcoreapp2.0\SoftPlc.dll --plcPort=102
```

Otherwise you can download and start the [latest release](https://github.com/fbarresi/SoftPlc/releases/latest).

### Use it with docker
Pull the actual docker image for your platform [see available tags](https://hub.docker.com/r/fbarresi/softplc/tags/) and run it with the correct port binding

Expand Down

0 comments on commit b6a20ef

Please sign in to comment.