Skip to content

Commit

Permalink
Merge pull request #335 from jtweeder/docs_fix_config_path
Browse files Browse the repository at this point in the history
Correct Path reference to custom config file
  • Loading branch information
jnegara committed Aug 15, 2019
2 parents 026c90d + df83675 commit 227024e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/server-startup.md
Expand Up @@ -57,10 +57,10 @@ startup.cmd myconfig.conf
```

Replace `myconfig.conf` with the path to your config file relative to
`%TABPY_ROOT%\tabpy-server\tabpy_server\`.
`%TABPY_ROOT%\`.

For example, in this case your config file would be located at
`%TABPY_ROOT%\tabpy-server\tabpy_server\myconfig.conf`.
`%TABPY_ROOT%\myconfig.conf`.

## Mac

Expand Down Expand Up @@ -89,10 +89,10 @@ For example, in this case your config file would be located at
```

Replace ```myconfig.conf``` with the path to your config file relative to
```$TABPY_ROOT/tabpy-server/tabpy_server/```.
```$TABPY_ROOT/```.

For example, in this case your config file would be located at
```$TABPY_ROOT/tabpy-server/tabpy_server/myconfig.conf```.
```$TABPY_ROOT/myconfig.conf```.

## Linux

Expand Down Expand Up @@ -121,7 +121,7 @@ For example, in this case your config file would be located at
```

Replace ```myconfig.conf``` with the path to your config file relative to
```$TABPY_ROOT/tabpy-server/tabpy_server/```.
```$TABPY_ROOT/```.

For example, in this case your config file would be located at
```$TABPY_ROOT/tabpy-server/tabpy_server/myconfig.conf```.
```$TABPY_ROOT/myconfig.conf```.

0 comments on commit 227024e

Please sign in to comment.