Skip to content

Commit e7e07b0

Browse files
authored
replace tilde (~) with $HOME
1 parent 0a768b3 commit e7e07b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ sudo make install
2525
Access GRASS GIS raster data from GDAL:
2626

2727
```
28-
gdalinfo ~/grassdata/nc_spm_08_grass7/PERMANENT/cellhd/elevation
28+
gdalinfo $HOME/grassdata/nc_spm_08_grass7/PERMANENT/cellhd/elevation
2929
```
3030

3131
Access GRASS GIS vector data from GDAL-OGR:
3232

3333
```
34-
ogrinfo -so -al ~/grassdata/nc_spm_08_grass7/PERMANENT/vector/zipcodes/head
34+
ogrinfo -so -al $HOME/grassdata/nc_spm_08_grass7/PERMANENT/vector/zipcodes/head
3535
```

0 commit comments

Comments
 (0)