Move info about hidden files to it's own help doc

This commit is contained in:
Michael Mintz 2016-02-18 18:54:38 -05:00
parent ef1eaa9762
commit 5640583470
2 changed files with 6 additions and 5 deletions

View File

@ -50,11 +50,6 @@ cd SeleniumBase
(You can use a tool such as [SourceTree](http://www.sourcetreeapp.com/) to make things easier by providing you with a simple-to-use user interface for viewing and managing your git commits and status.)
Depending on your Mac settings, some files may be hidden from view in your Finder window, such as ``.gitignore``. To view all files, run the following command and then reopen the Finder window:
```bash
defaults write com.apple.finder AppleShowAllFiles -bool true
```
#### **Step 2:** Create a virtualenv for seleniumbase and activate it

6
help_docs/hidden_files.md Executable file
View File

@ -0,0 +1,6 @@
### Info about hidden files on a Mac
Depending on your Mac settings, some files may be hidden from view in your Finder window, such as ``.gitignore``. To view all files, run the following command and then reopen the Finder window:
```bash
defaults write com.apple.finder AppleShowAllFiles -bool true
```