Skip to content

Commit e45a94f

Browse files
committed
Update README to explain scripts folder
Also make publishing.cfg paths match in scripts
1 parent aff491d commit e45a94f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ The WordPress, Google, and Twitter related switches also require some custom
9696
environment variables to be setup. For examples of those, see the
9797
[publish.sh.example](publish.sh.example).
9898
99+
## Wrapping bash scripts
100+
101+
If you're on a machine that has bash available, there are a couple useful tools
102+
in the `scripts/` folder. To configure them, copy the `publishing.cfg.example`
103+
to `publishing.cfg`, make your changes, and then run the scripts (which wrap
104+
the node code).
105+
99106
## Development
100107

101108
During development, you'll want to test with the working copy version of

scripts/download-raw-minutes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo "....Downloading minutes for date=$DATE"
5454
echo "....Auto launch setting=$AUTO_LAUNCH"
5555

5656
# Get the editor commands
57-
. ./publishing.cfg
57+
source ../publishing.cfg
5858

5959
# Create the minutes directory if it doesn't already exist
6060
mkdir -p $DATE

0 commit comments

Comments
 (0)