Skip to content
Snippets Groups Projects
Commit d98f5639 authored by Florent Gluck's avatar Florent Gluck
Browse files

Minor changes to Makefile and README.md

parent b3f3353d
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ help: ...@@ -26,7 +26,7 @@ help:
@echo "" @echo ""
@echo "\"install\", \"update\" and \"uninstall\" targets require PREFIX to be set." @echo "\"install\", \"update\" and \"uninstall\" targets require PREFIX to be set."
@echo "PREFIX specifies where to find nexus-server. For instance:" @echo "PREFIX specifies where to find nexus-server. For instance:"
@echo "make install PREFIX=/usr/local/" @echo "make install PREFIX=/usr/local"
@echo "will install nexus-server into /usr/local/nexus-server" @echo "will install nexus-server into /usr/local/nexus-server"
check_prefix: check_prefix:
......
...@@ -493,7 +493,7 @@ uninstall remove the nexus user and everything that was installed ...@@ -493,7 +493,7 @@ uninstall remove the nexus user and everything that was installed
"install", "update" and "uninstall" targets require PREFIX to be set. "install", "update" and "uninstall" targets require PREFIX to be set.
PREFIX specifies where to find nexus-server. For instance: PREFIX specifies where to find nexus-server. For instance:
make install PREFIX=/usr/local/ make install PREFIX=/usr/local
will install nexus-server into /usr/local/nexus-server will install nexus-server into /usr/local/nexus-server
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment