Markdown for meetings
Replace the bold values below with real ones.
- To join a group,
touch groups/group/members/name
and create a pull request with the organizer. If the pull request is accepted - congratulations, you are a member! - To join a meeting,
ln -s groups/group name/members/your name groups/group name/meetings/date and time/
and create a pull request. You can see where this is going.
- To create a meeting,
mkdir -p groups/group name/meetings/date and time/participants
andecho location > groups/group name/meetings/date and time/location
. - You already know how to create a group:
mkdir -p groups/group name/{meetings,members}
- Give yourself or the group an alias using
ln -s
. - Describe yourself in
touch groups/group/members/name
.