We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*
1 parent 0b71af1 commit d4bb835Copy full SHA for d4bb835
graph-exploration-README.md
@@ -13,7 +13,7 @@ A tutorial how to interactively explore the Common Crawl webgraphs – or other
13
$> mvn clean package
14
15
$> CC_WEBGRAPH="$PWD"
16
- $> CC_WEBGRAPH_JAR="$PWD"/target/cc-webgraph-*-jar-with-dependencies.jar
+ $> CC_WEBGRAPH_JAR=$(ls "$PWD"/target/cc-webgraph-*-jar-with-dependencies.jar)
17
```
18
19
2. select a web graph you want to explore, choose a download directory and download the web graph
0 commit comments