Skip to content

Commit

Permalink
rfac: autocd version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yp969803 committed Jan 5, 2025
1 parent 3943d24 commit 7643350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ build: buildFrontend buildProducerDevImage
buildFrontend:
@docker run -it --rm -v $(shell pwd)/:/app -p 3000:3000 autocd-client /bin/bash -c "npm --prefix ./src/client install && npm --prefix ./src/client run build"

build:
@npm --prefix ./src/client run build && mvn -f ./src/producer/pom.xml clean install -DskipTests -Dmaven.test.skip=true

run:
@mvn -f ./src/producer/pom.xml spring-boot:run

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use the value of version you want to install


```
VERSION=1.2.0
VERSION=1.3.0
wget https://github.com/fordevio/autoCD/releases/download/v$VERSION/autocd-$VERSION.zip
unzip autocd-$VERSION.zip
sudo nohup java -jar autocd-$VERSION.jar > output.log 2>&1 &
Expand Down

0 comments on commit 7643350

Please sign in to comment.