Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TrueOS-Cheatsheet #2

Closed
wants to merge 1 commit into from
Closed

Update TrueOS-Cheatsheet #2

wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@RodMyers
Copy link
Contributor

@RodMyers RodMyers commented Jan 29, 2019

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"
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"
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Jan 29, 2019

Hey @RodMyers : I think you accidentally got the PR backwards. You put the changes you wanted to make into the description for the PR, instead of actually creating the changes in the file (the only change which will get applied if I merge this is a single empty line).

What you need to do is change the file contents as you need, and then put a quick descripton of that change or why it was needed into the PR description.

@RodMyers RodMyers closed this Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment