Install extension in magento 2

How to enable module in magento 2

Suppose that I want to enable module called “Ashsmith_Blog”

1.Open terminal(Command Prompt) or SSH.

2.Goto Root Directory of magento by cd command

3.Type following command to enable module

bin/magento module:enable Ashsmith_Blog

4. To properly enable module run following command next

bin/magento setup:upgrade

5.Thats All.See video demonstration