Commit dd9d3419 authored by Michele Carignani's avatar Michele Carignani
Browse files

editorial fixes in the readme

parent 3db3d088
Loading
Loading
Loading
Loading
Loading
+5 −7
Original line number Original line Diff line number Diff line
# Test project for titan-binaries
# Test project for titan-binaries



This folder contains a dummy TTCN project to show how to use the Docker image titan-binaries
This folder contains a dummy TTCN project to show how to use the Docker image titan-binaries
in your toolchain.
in your toolchain.


@@ -17,7 +16,6 @@ The Dockerfile is a 2-liner:
The first line referers to the base image to use, in this case titan-binaries.
The first line referers to the base image to use, in this case titan-binaries.
Note: You need titan-binaries to build the image locally before you can use it.
Note: You need titan-binaries to build the image locally before you can use it.



The second line adds your source directory into the container, so that it can be
The second line adds your source directory into the container, so that it can be
built and run within the containerized environment.
built and run within the containerized environment.