Commit 0c4b2513 authored by Matej Lexa's avatar Matej Lexa
Browse files

Update setup.sh

parent 02a32e09
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -11,3 +11,9 @@ rm -rf build dist nested.egg-info
mkdir -p /etc/nested
mkdir -p /etc/nested
cp config.yml /etc/nested/.
cp config.yml /etc/nested/.
cp nested/config/gt.style /etc/nested/.
cp nested/config/gt.style /etc/nested/.

# #move config file after local installation with 'pip3 install --user'
# mkdir -p ~/.local/etc
# mkdir -p ~/.local/etc/nested
# cp config.yml ~/.local/etc/nested/.
# cp nested/config/gt.style ~/.local/etc/nested
 No newline at end of file