Skip to content

Commit 8d02cde

Browse files
Update howto.md
tilda shell expansion not working on script tests
1 parent 22523cb commit 8d02cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raw-docs/howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Processing.R is *not* currently available via PDE > Add Tool > Modes, however th
2727
Configure `./scripts/generate-ant-file.sh`:
2828

2929
- `modes`: the destination for installing the mode once it is built.
30-
- MacOSX: `~/Documents/Processing/modes/`
30+
- MacOSX: `/Users/[MyUserName]/Documents/Processing/modes/`
3131
- Windows: `%homepath%\Documents\modes\`
3232
- Linux: `~/sketchbook/modes/`
3333
- `core` and `pde`: directories contain pde.jar and core.jar. They are be used to build RLangMode.
@@ -41,7 +41,7 @@ Configure `./scripts/generate-ant-file.sh`:
4141
For example, to install the mode into a default existing PDE app on a MacOS system, set arguments in `./scripts/generate-ant-file.sh` such as:
4242

4343
```
44-
modes="~/Documents/Processing/modes"
44+
modes="/Users/[MyUserName]/Documents/Processing/modes"
4545
core="/Applications/Processing.app/Contents/Java/"
4646
pde="/Applications/Processing.app/Contents/Java/"
4747
executable="/Applications/Processing.app/Contents/MacOS/Processing"

0 commit comments

Comments
 (0)