File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ nmake
146
146
147
147
Precompiled Linux packages are available for
148
148
149
- * Archlinux ( AUR)
149
+ * Archlinux [ ![ Archlinux AUR Version ] ( https://img.shields.io/aur/version/geomandel.svg )] ( https://aur.archlinux.org/packages/geomandel )
150
150
151
151
## Usage
152
152
@@ -159,7 +159,7 @@ test your own visualization algorithms.
159
159
160
160
### Command line options
161
161
162
- geomandel uses the header only c ++ command line parser [ cxxopts] ( https://github.com/jarro2783 )
162
+ geomandel uses the header only C ++ command line parser [ cxxopts] ( https://github.com/jarro2783 )
163
163
164
164
The following command line options are available
165
165
Original file line number Diff line number Diff line change @@ -113,3 +113,5 @@ endif()
113
113
if (${UNIT_TEST} )
114
114
add_subdirectory (test )
115
115
endif ()
116
+
117
+ install (TARGETS geomandel DESTINATION bin )
You can’t perform that action at this time.
0 commit comments