Skip to content

Commit

Permalink
Updated README.md with gem install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasdf committed Jan 22, 2024
1 parent 65c720f commit 0b71904
Show file tree
Hide file tree
Showing 117 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ test/tmp/*
test/version_tmp
tmp
vendor
out
moodle_test.mbz
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ This project is derived from the [moodle2aa](https://github.com/instructure/mood
Install RubyGems on your system, see http://rubygems.org/ for instructions.
Once RubyGems is installed you can install this gem:

$ gem install moodle2aa
Clone this project into a local directory. CD into that directory and run
`bundle install`
`gem build`
`gem install moodle2aa`

Convert a moodle .zip into Atomic Assessments format

$ moodle2aa migrate <path-to-moodle-backup> <path-to-aa-export-directory>
$ ./bin/moodle2aa migrate <path-to-moodle-backup> <path-to-aa-export-directory>

### In a Ruby application

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b71904

Please sign in to comment.