Skip to content

Commit f4a8d87

Browse files
committed
docker image: moved func.sh to contrib/func.sh
In response to #461 (comment)
1 parent 9d8fe18 commit f4a8d87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Provided that Docker is installed, one may avoid the setup of additional tools w
3131
2. Start an instance of the server by running either:
3232
- `SITE=PATH_TO_YOUR_PROJECT make server` from the root of the `gh-pages` repository (where the Makefile resides) or
3333
- ``SITE=PATH_TO_YOUR_PROJECT docker run --rm -p 4000:4000 -v `realpath ${SITE}`:/src/site gh-pages`` from any directory or
34-
- `github-pages $PATH_TO_YOUR_PROJECT` from any directory when [func.sh](func.sh) has been sourced into your terminal session or
35-
- `github-pages` from the directory of the Jekyll site to be previewed when [func.sh](func.sh) has been sourced into your terminal session.
34+
- `github-pages $PATH_TO_YOUR_PROJECT` from any directory when [func.sh](contrib/func.sh) has been sourced into your terminal session or
35+
- `github-pages` from the directory of the Jekyll site to be previewed when [func.sh](contrib/func.sh) has been sourced into your terminal session.
3636

3737
**Note:** the `github-pages` function may be enabled by sourcing func.sh. This can be done by appending
3838

3939
```bash
40-
source $PATH_TO_THIS_DIRECTORY/func.sh
40+
source $PATH_TO_THIS_DIRECTORY/contrib/func.sh
4141
```
4242

4343
to the scripts that load on initiation of a terminal session (usually `~/.bashrc` on bash or `~/.zshrc` on zsh).:

func.sh renamed to contrib/func.sh

File renamed without changes.

0 commit comments

Comments
 (0)