Page MenuHomeSoftware Heritage

bad invocation of o.s.graph.backend.Setup in docker doc
Closed, MigratedEdits Locked

Description

it currently reads:

$ java -cp /swh/app/swh-graph.jar       \
    org.softwareheritage.graph.backend.Setup /graph/compressed/g

but Setup needs two arguments instead of one, the first one being a full path to the .nodes.csv.gz file

(it's probably better to wait for D1768 to be landed before fixing this)