From 39427d2d4649ae198d91b6c358ace0f36377701c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 24 Mar 2020 19:29:09 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 46422a1..431d4f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # latex-basic +## The docker image +Like first estep run your **Dcoker image**, but in ordert to have the latest image update it first + +``` +$ docker pull gmarxcc/texstudio:0.16 +``` + +**Note you can check the latest version on:** [docker-hub](https://hub.docker.com/repository/docker/gmarxcc/texstudio). + +## Cloning the repository +Now, from command line or power-shell clone go to a folder that will contain this repository, in my case is: +``` +$ cd rs-101/git-examples/ +``` +Now let's clone the repository using 'git clone' command +``` +$ git clone http://gmarx.jumpingcrab.com:8088/mice-rs101/latex-basic.git +``` +then go *inside* the folder just created: +``` +$ ls +latex-basic +$ cd latex-basic +$ ls +LICENSE sampleDocument.tex +README.md references.bib +``` +as you can see there are some files related with the repository :) **goo job** + + + + +## Running the image and mounting the repository +Now you can mount the volumen that contain the just cloned repository. If you are using MacOS: +``` +$ +