Skip to content

Commit 1592cf6

Browse files
committed
Updated install.sh
1 parent 6a22c24 commit 1592cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(BUILD_DIR)/release/$(NAME): $(SOURCES)
1313

1414
.PHONY: install
1515
install: $(BUILD_DIR)/release/$(NAME)
16-
@sudo install "$(BUILD_DIR)/release/$(NAME)" "$(BIN_DIR)"
16+
@install "$(BUILD_DIR)/release/$(NAME)" "$(BIN_DIR)"
1717

1818
.PHONY: uninstall
1919
uninstall:

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
git clone https://github.com/ikhvorost/swift-doc-coverage.git
44
cd swift-doc-coverage
5-
make install
5+
sudo make install
66

77
rm -rf ../swift-doc-coverage

0 commit comments

Comments
 (0)