Changes

From Statistical Genetics Courses

Jump to: navigation, search

Tutorials

5 bytes added, 16:26, 5 June 2018
/* Running Tutorials on Your Computer */
If you would like to use our repository on a VM or on your computer, follow these configuration steps. Please run as the root user or using the sudo command.
<pre>sudo add-apt-repository ppa:webupd8team/javaecho "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" | sudo tee -a /etc/apt/sources.list.d/statgen.list<br />sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
</pre>