Update README

This commit is contained in:
Paul Houser 2020-08-24 18:36:19 -07:00 committed by GitHub
parent b05b6cda4d
commit 82388ab9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ A terminal-style home page replicating the tree command.
# Usage # Usage
## Installation ## Installation
To install StartTree for the first time, run the following commands: To install StartTree for the first time, run the following commands:
(Note: If the `~/.config/StartTree` directory already exists, `init.py` will not execute to prevent accidentally overwriting a custom config. ) (Note: If the `~/.config/StartTree` directory already exists, `init.sh` will not copy the example config to prevent accidentally overwriting a custom config. )
``` ```
git clone https://github.com/Paul-Houser/StartTree.git git clone https://github.com/Paul-Houser/StartTree.git
cd StartTree cd StartTree