Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jul 1, 2024
1 parent e19348a commit 8cbef95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/generic/pgf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
```bash
# Set up the directories for example code extraction and compilatiom
mkdir -p ~/tmp/mwe/plots
mkdir -p ~/tmp/mwe/generic/pgf/plots
cp ~/github.com/pgf/doc/generic/pgf/plots/* ~/tmp/mwe/plots/

# Set up for vs-code
# mkdir -p ~/tmp/mwe/generic/pgf/plots
# cp ~/github.com/pgf/doc/generic/pgf/plots/* ~/tmp/mwe/generic/pgf/plots

cd ~/tmp/mwe
ln -s ~/github.com/pgf/doc/generic/pgf/images
Expand Down

0 comments on commit 8cbef95

Please sign in to comment.