From 26dea78fbfe0c581d7d28f4e316d8e01dad1a337 Mon Sep 17 00:00:00 2001
From: Vladimir Onoprienko <vonopr@yandex.ru>
Date: Thu, 3 Sep 2020 14:32:49 +0300
Subject: [PATCH] Update README.md

---
 README.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 37d4ab2..27045f1 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,26 @@
 ## Install
 
 ```bash
-git clone
+git clone http://tesla.parallel.ru/vonopr/inmplot.git
+cd inmplot
+python -m pip install -e .
 
 ```
 
 
 # Usage
 
-### Create an image from .ctl file with command line
+### Create an image from ctl file with command line
 
 ```bash
-python -m plot_ctl --file=tests/data/mmsst.ctl --var=sst --tnum=0 --output=sst.png
+python -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png
+```
+
+### Convert ctl to netcdf
+```bash
+python -m ctler mmsst.ctl mmsst.nc
+```
+
+# Known issues
 
-```
\ No newline at end of file
+  - Does not work with files containing only one time record
\ No newline at end of file
-- 
GitLab