Skip to content

Commit abf706d

Browse files
authored
Update README.md to remove $LD_LIBRARY_PATH
1 parent 15f5c0b commit abf706d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ I think there was some problem with newer version, but I don't recall the specif
5555

5656
```
5757
# Pull public image from GitHub Container Registry
58-
docker run -it ghcr.io/asfadmin/mapready:v1.1.0
59-
60-
# Add /usr/local/lib/ to LD_LIBRARY_PATH
61-
[root@43b365c2b259 /]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
58+
docker run -it ghcr.io/asfadmin/mapready:v1.1.1
6259
6360
# Do MapReady Stuff
6461
[root@43b365c2b259 /]# /usr/local/bin/asf_import

0 commit comments

Comments
 (0)