Skip to content

Commit ced63b9

Browse files
committed
replace git with isomorphic-git
1 parent c83ae0e commit ced63b9

5 files changed

Lines changed: 312 additions & 74 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ The web interface allows you to:
7171

7272
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.
7373

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-
7874
### 3. CLI
7975

8076
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
107103
repository and export directly from it with `--git-url`. The repo is cloned to a
108104
temporary directory and removed automatically when the export finishes.
109105
110-
> **Note:** this requires [`git`](https://git-scm.com/downloads) to be installed
111-
> and available on your `PATH`.
112-
113106
``` bash
114107
# Export the README.md of a repository to SCORM 2004
115108
liaex --git-url https://github.com/LiaScript/LiaScript -f scorm2004 -o course

0 commit comments

Comments
 (0)