@liascript/exporter 3.3.0--1.0.10 → 3.3.2--1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -71,10 +71,6 @@ The web interface allows you to:
71
71
 
72
72
  All exports are processed asynchronously in a queue, with only one export running at a time. After submitting an export, you'll receive a job ID and can track the progress on a status page.
73
73
 
74
- > **Note:** the **Git repository** source (in both the desktop app and the web
75
- > UI) requires [`git`](https://git-scm.com/downloads) to be installed and
76
- > available on your `PATH`. Uploading files does not need git.
77
-
78
74
  ### 3. CLI
79
75
 
80
76
  For scripting, automation, or CI/CD pipelines, the exporter can be used directly from the command line. Install the same way as above (Node.js + `npm install -g @liascript/exporter`).
@@ -107,9 +103,6 @@ Instead of pointing `-i` at a local file, you can let the exporter clone a
107
103
  repository and export directly from it with `--git-url`. The repo is cloned to a
108
104
  temporary directory and removed automatically when the export finishes.
109
105
 
110
- > **Note:** this requires [`git`](https://git-scm.com/downloads) to be installed
111
- > and available on your `PATH`.
112
-
113
106
  ``` bash
114
107
  # Export the README.md of a repository to SCORM 2004
115
108
  liaex --git-url https://github.com/LiaScript/LiaScript -f scorm2004 -o course