Commits on Jan 29, 2019

  1. Update TrueOS-Cheatsheet

    if the user wishes to start  attempting to compile programs from the ports tree. the user will need to the following to accomplish this task
    
    
    24: make sure that you remove anything in /usr/ports
    
    	sudo rm -rf * /usr/ports
    
    grab the trueos ports tree
    
    	git clone https://github.com/trueos/trueos-ports /usr/ports
    
    
    25: now to install the development packages
    	
    	pkg install -g "OS-*-development"
    Rod Myers committed Jan 29, 2019