You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,19 +55,19 @@ The releases page should include a `bin.zip` which contains:
55
55
FiMSharp is also available on Docker as [Docker container](https://hub.docker.com/r/jaezmien/fimsharp). While it makes it easy to setup FiMSharp at many machine, it comes with a large filesize.
56
56
57
57
```
58
-
docker pull jaezmien/fimsharp:0.3.2
58
+
docker pull jaezmien/fimsharp:0.3.3
59
59
```
60
60
61
61
Example usage:
62
62
63
63
```
64
-
docker run jaezmien/fimsharp:0.3.2 Reports/hello.fim
64
+
docker run jaezmien/fimsharp:0.3.3 Reports/hello.fim
65
65
```
66
66
67
67
For reports which require user inputs, you'll need to add the `-i` flag.
68
68
69
69
```
70
-
docker run -i jaezmien/fimsharp:0.3.2 Reports/input.fim
70
+
docker run -i jaezmien/fimsharp:0.3.3 Reports/input.fim
0 commit comments