Skip to content

Commit

Permalink
Tweak demo README
Browse files Browse the repository at this point in the history
It's annoying to be left in the '_checkouts' directory, so put that in a
subshell.
  • Loading branch information
rlipscombe committed Jan 28, 2023
1 parent e551290 commit 247c2c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ Browse to http://localhost:8907
```sh
cd examples/demo
mkdir -p _checkouts
cd _checkouts/
ln -s ../../../../cowboy2_session .
( cd _checkouts/ && ln -s ../../../../cowboy2_session . )
```

0 comments on commit 247c2c4

Please sign in to comment.