Added GitLab note in README.

modularize
Sofus Albert Høgsbro Rose 2017-01-08 23:11:19 -05:00
parent 7f7924e368
commit 16f1384a9e
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,8 @@ I use it myself :D so here's some shorts with it (back at v1.7) in action!!
http://youtu.be/yi-G7sXHB1M http://youtu.be/yi-G7sXHB1M
http://youtu.be/yi-G7sXHB1M http://youtu.be/yi-G7sXHB1M
See the primary development repo on my GitLab: https://git.sofusrose.com/so-rose/convmlv
## Installation ## Installation
Supported platforms are Linux and Mac. To install, copy/paste the following into a terminal: Supported platforms are Linux and Mac. To install, copy/paste the following into a terminal:
@ -21,7 +23,6 @@ Supported platforms are Linux and Mac. To install, copy/paste the following into
* For Debain, use the number "0" * For Debain, use the number "0"
* For Fedora, replace `apt-get` with `yum` and use the number "2". * For Fedora, replace `apt-get` with `yum` and use the number "2".
* For Mac, replace `sudo apt-get` with `brew` and use the number "3". *Requires Homebrew to be installed. * For Mac, replace `sudo apt-get` with `brew` and use the number "3". *Requires Homebrew to be installed.
3. **Install Python deps**: `sudo python3 -m pip install $ (./convmlv.sh -Y)` 3. **Install Python deps**: `sudo python3 -m pip install $ (./convmlv.sh -Y)`
4. (Optional) **Add to Path**: `sudo ln -s $(pwd)/convmlv.sh /usr/local/bin/convmlv` 4. (Optional) **Add to Path**: `sudo ln -s $(pwd)/convmlv.sh /usr/local/bin/convmlv`