Skip to content

Instantly share code, notes, and snippets.

@MelonSmasher
MelonSmasher / AddEntryToHostsFile.md
Last active February 3, 2016 01:36
Edit Hosts File On OS X

Add Entry To Hosts File

  • To edit to your hosts file start by opening your terminal.
  • Then run the following command:
sudo nano /etc/hosts
  • When you are prompted for your password enter it.