Skip to content

Commit

Permalink
Add -l option to first call of "narou init" for narou-3.2.0 and later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Aug 24, 2018
1 parent fcab3af commit 725cf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ ! -d "/opt/narou/.narou" ]; then
unzip -q /opt/AozoraEpub3.zip -d /opt/narou/AozoraEpub3
cp /opt/AozoraEpub3.jar /opt/narou/AozoraEpub3
ln -s /opt/kindlegen/kindlegen /opt/narou/AozoraEpub3
narou init -p /opt/narou/AozoraEpub3
narou init -p /opt/narou/AozoraEpub3 -l 1.6
narou setting device=kindle
# Do not make .narousetting nor .narou directory at the beginning
# since narou changes it's behavior of existance of them.
Expand Down

0 comments on commit 725cf17

Please sign in to comment.