Update.
This commit is contained in:
@@ -11,7 +11,7 @@ all:
|
||||
$(MYWEBDAV) --port 9004
|
||||
|
||||
help:
|
||||
@echo "RBox Development Makefile"
|
||||
@echo "MyWebdav Development Makefile"
|
||||
@echo ""
|
||||
@echo "Available commands:"
|
||||
@echo " make all Run the application on port 9004"
|
||||
@@ -44,7 +44,7 @@ dev:
|
||||
@echo "Development dependencies installed successfully"
|
||||
|
||||
run:
|
||||
@echo "Starting RBox application..."
|
||||
@echo "Starting MyWebdav application..."
|
||||
@echo "Access the application at http://localhost:8000"
|
||||
$(PYTHON) -m mywebdav.main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user