aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgenenetwork-local-container.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh
index b7d76a7..041fe82 100755
--- a/genenetwork-local-container.sh
+++ b/genenetwork-local-container.sh
@@ -583,9 +583,6 @@ run_beginner_setup_tutorial() {
echo "This step is similar to running:"
echo "./genenetwork-local-container.sh --init-rdf"
echo ""
- echo "Make sure your container, if not, is running for this to work:"
- echo ""
- echo "sudo /usr/local/bin/genenetwork-local-container"
if prompt_yes_no "Would you like to set up RDF now?"; then
init_rdf
clear
@@ -613,9 +610,6 @@ run_beginner_setup_tutorial() {
echo "This step is similar to running:"
echo "./genenetwork-local-container.sh --init-xapian"
echo ""
- echo "Make sure your container, if not, is running for this to work:"
- echo ""
- echo "sudo /usr/local/bin/genenetwork-local-container"
if prompt_yes_no "Would you like to build the xapian index now?"; then
init_xapian
clear