Remove depth=1, which breaks the dev_setup wizard

Fixes problem described in #1946
pull/1948/head
Steve Penrod 2019-01-10 16:46:41 -06:00 committed by GitHub
parent fa5c9abd78
commit b6f3a531e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -27,7 +27,7 @@ Mycroft is a hackable open source voice assistant.
First, get the code on your system! The simplest method is via git ([git installation instructions](https://gist.github.com/derhuerst/1b15ff4652a867391f03)):
- `cd ~/`
- `git clone --depth=1 https://github.com/MycroftAI/mycroft-core.git`
- `git clone https://github.com/MycroftAI/mycroft-core.git`
- `cd mycroft-core`
- `bash dev_setup.sh`
@ -37,11 +37,6 @@ This script sets up dependencies and a [virtualenv][about-virtualenv]. If runni
[about-virtualenv]:https://virtualenv.pypa.io/en/stable/
NOTE: The default branch for this repository is 'dev', which should be considered a work-in-progress. If you want to clone a more stable version, switch over to the 'master' branch.
NOTE: If you are willing to contribute to this project, clone the entire repository by
- `git clone https://github.com/MycroftAI/mycroft-core.git`
instead of
- `git clone --depth=1 https://github.com/MycroftAI/mycroft-core.git`
which is said above.
# Running Mycroft