Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 4c56a30

Browse files
committed
Tweak README setup slightly
1 parent 763213b commit 4c56a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ Next, configure `playbot.toml` copied from `playbot.toml.example`.
8080
Next, open up a screen window (`screen -R`), and spin up two sessions:
8181

8282
```
83-
cargo build --release --bin playpen && RUST_LOG=debug ./target/release/playpen 2>&1 | tee -a $HOME/playpen.log
83+
cargo build --release --bin playpen && RUST_LOG=debug ./target/release/playpen 0.0.0.0 2>&1 | logger -t playpen
8484
```
8585

8686
```
87-
cargo build --release --bin playbot && RUST_LOG=debug ./target/release/playbot 2>&1 | tee -a $HOME/playbot.log
87+
cargo build --release --bin playbot && RUST_LOG=debug ./target/release/playbot 2>&1 | logger -t playbot
8888
```
8989

9090
Add a cron job to update the containers daily, currently:
9191

9292
```
93-
* 10 * * * sh -c 'cd $HOME/rust-playpen && sh docker/build.sh' &>> $HOME/build.log
93+
0 10 * * * cd $HOME/rust-playpen && sh docker/build.sh 2>&1 | logger -t playpen-update
9494
```

0 commit comments

Comments
 (0)