This is my first Markdown

You must run cells above to define project

echo “Navigate to project, then navigate to area wwhere files were cloned”

cd $project echo “show the contents of README.md” echo “”

cat README.md # show contents of file, in this case markdown echo “” echo “end of README.md”