Skip to content

Commit 9155439

Browse files
Fix typos in readme.
1 parent d6a51be commit 9155439

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ java --illegal-access=permit -jar $INDEXER_JAR \
3030
This generates a set of binary lucene files as shown below:
3131

3232
````
33-
boris@castalia:maven$ ls -lh $WORKDIR/indexes/
33+
$ ls -lh $WORKDIR/indexes/
3434
total 5,2G
3535
-rw-r--r-- 1 root root 500M juil. 7 22:06 _4m.fdt
3636
-rw-r--r-- 1 root root 339K juil. 7 22:06 _4m.fdx
@@ -99,7 +99,7 @@ When executed on the maven central indexes (5.2 GB), the process generates
9999
49GB of text data on disk:
100100

101101
```
102-
boris@castalia:maven$ du -sh /work/*
102+
$ du -sh /work/*
103103
49G /work/export
104104
5,2G /work/indexes
105105
1,2G /work/nexus-maven-repository-index.gz
@@ -116,7 +116,7 @@ $ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
116116
The exported files will be stored in `repository_test/export/`, and output should look like this:
117117

118118
````
119-
boris@castalia:gh_maven-index-exporter$ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
119+
$ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
120120
Docker Script started on 2021-08-19 09:07:53.
121121
# Checks..
122122
* Content of /opt:
@@ -207,13 +207,12 @@ Size after cleaning:
207207
4.0K /work/nexus-maven-repository-index.properties.sha1
208208
Make files modifiable by the end-user:
209209
Docker Script execution finished on 2021-08-19 09:07:54.
210-
boris@castalia:gh_maven-index-exporter$
211210
````
212211

213212
The _1.fld file contains the fields for each document:
214213

215214
````
216-
boris@castalia:gh_maven-index-exporter$ head repository_test/export/_1.fld
215+
$ head repository_test/export/_1.fld
217216
doc 0
218217
field 0
219218
name u

0 commit comments

Comments
 (0)