Skip to content

Commit

Permalink
Update README.md to remove $LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuechler authored May 24, 2024
1 parent 15f5c0b commit abf706d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ I think there was some problem with newer version, but I don't recall the specif

```
# Pull public image from GitHub Container Registry
docker run -it ghcr.io/asfadmin/mapready:v1.1.0
# Add /usr/local/lib/ to LD_LIBRARY_PATH
[root@43b365c2b259 /]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
docker run -it ghcr.io/asfadmin/mapready:v1.1.1
# Do MapReady Stuff
[root@43b365c2b259 /]# /usr/local/bin/asf_import
Expand Down

0 comments on commit abf706d

Please sign in to comment.