Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a14b14a

Browse files
committed
❗ Dont forget the README.md
1 parent feacb13 commit a14b14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ The releases page should include a `bin.zip` which contains:
5555
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.
5656

5757
```
58-
docker pull jaezmien/fimsharp:0.3.2
58+
docker pull jaezmien/fimsharp:0.3.3
5959
```
6060

6161
Example usage:
6262

6363
```
64-
docker run jaezmien/fimsharp:0.3.2 Reports/hello.fim
64+
docker run jaezmien/fimsharp:0.3.3 Reports/hello.fim
6565
```
6666

6767
For reports which require user inputs, you'll need to add the `-i` flag.
6868

6969
```
70-
docker run -i jaezmien/fimsharp:0.3.2 Reports/input.fim
70+
docker run -i jaezmien/fimsharp:0.3.3 Reports/input.fim
7171
```
7272

7373
# 📚 External Resources

0 commit comments

Comments
 (0)