Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Create home directory for the project on OS X

Attila Levente EGYEDI edited this page Apr 7, 2017 · 7 revisions

Create a directory

Create a base directory for the installation. This can be any directory to which you have full access, e.g. Development/git_repos/CEDAR/ in your home folder.

Suggestion: If it is possible, do not include a space in the path. It will make things much simpler this way (there will be no need for path escaping):

mkdir -p ~/Development/git_repos/CEDAR/
Clone this wiki locally