From 47d5573273c6c5d1a5370f3b730b3af390761fe5 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 19 Apr 2017 11:55:02 +0300 Subject: [PATCH] Correct the instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d57255..1ff29947 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ ln -s data/images images $ tar -xvf PySolFC-Cardsets-2.0.tar.bz2 # Need to be downloaded from sourceforge $ mkdir -p ~/.PySolFC $ rmdir ~/.PySolFC/cardsets -$ ln -s ~/.PySolFC/cardsets PySolFC-Cardsets-2.0 +$ ln -s "`pwd`/PySolFC-Cardsets-2.0" ~/.PySolFC/cardsets $ python pysol.py ```