mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-28 05:32:38 -04:00
Fix code-block formatting.
This commit is contained in:
parent
6b1e7548ad
commit
ac24883062
22
README.md
22
README.md
@ -12,21 +12,21 @@ to tinker with it on most any platform.
|
|||||||
|
|
||||||
The following worked for me on Ubuntu 16.04 LTS:
|
The following worked for me on Ubuntu 16.04 LTS:
|
||||||
|
|
||||||
sudo apt install wget gksu perl-tk
|
sudo apt install wget gksu perl-tk
|
||||||
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
||||||
tar -xzf install-tl-unx.tar.gz
|
tar -xzf install-tl-unx.tar.gz
|
||||||
cd install-tl-20180303
|
cd install-tl-20180303
|
||||||
sudo ./install-tl
|
sudo ./install-tl
|
||||||
|
|
||||||
[Take all the defaults and press I at the install prompt... have a cup of
|
[Take all the defaults and press I at the install prompt... have a cup of
|
||||||
coffee, do some laundry...]
|
coffee, do some laundry...]
|
||||||
|
|
||||||
Put the following into .bashrc:
|
Put the following into .bashrc:
|
||||||
|
|
||||||
export PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH
|
export PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH
|
||||||
export INFOPATH=$INFOPATH:/usr/local/texlive/2017/texmf-dist/doc/info
|
export INFOPATH=$INFOPATH:/usr/local/texlive/2017/texmf-dist/doc/info
|
||||||
export MANPATH=$MANPATH:/usr/local/texlive/2017/texmf-dist/doc/man
|
export MANPATH=$MANPATH:/usr/local/texlive/2017/texmf-dist/doc/man
|
||||||
|
|
||||||
git clone git@github.com:johnwinans/rvalp.git
|
git clone git@github.com:johnwinans/rvalp.git
|
||||||
cd rvalp
|
cd rvalp
|
||||||
make world
|
make world
|
||||||
|
Loading…
x
Reference in New Issue
Block a user