Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Dec 28, 2023
1 parent 622d088 commit 46b5e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ Ibis will parse the files in alphabetical order and store the EPUB file in the `

By default, for generating the EPUB file, the `assets/style.css` file is used.

If you are managing more than one book, you can use define the working directory. The working directory is the directory where your `assets` folder and `ibis.php` configuration file are located. You can define the path of the working directory via the `-w` option:
If you are managing more than one book, you can use define the working directory. The working directory is the directory where your `assets` folder and `ibis.php` configuration file are located. You can define the path of the working directory via the `-d` option:

```
ibis-next epub -c ../your-dir-with-markdown-files -w ../myibisbook
ibis-next epub -c ../your-dir-with-markdown-files -d ../myibisbook
```

You can combine the usage of the `-c` option for defining the content directory and the `-w` option for defining the working directory.
You can combine the usage of the `-c` option for defining the content directory and the `-d` option for defining the working directory.

> You can organize your Markdown files in your content directory in subfolders.
Expand Down

0 comments on commit 46b5e9d

Please sign in to comment.