<div class="docs-attr-desc"><p>get email id of user formatted as: John Doe <a href="mailto:johndoe@example.com">johndoe@example.com</a></p>
<div class="docs-attr-desc"><p>get email id of user formatted as: John Doe <a href="mailto:johndoe@example.com">johndoe@example.com</a></p>
@@ -8,7 +8,7 @@ To intall Frappe Framework, you will have to install the <a href="https://github
After you have installed Frappe Bench, go to you bench folder, which is `frappe.bench` by default and setup **frappe**.
bench get-app frappe {{ app.source_link }}
bench get-app frappe {{ source_link }}
Then create a new site to install the app.
@@ -27,4 +27,4 @@ To run this locally, run
Fire up your browser and go to http://localhost:8000 and you should see the login screen. Login as **Administrator** and **admin** (or the password you set at the time of `new-site`) and you are set.