Skip to content

Commit

Permalink
add tconf fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasiliev committed Oct 8, 2024
1 parent 8420d27 commit c8bef40
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tkonf/step0.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
Go example клонируем, собираем

`git clone https://github.com/webngt/literate-spork && cd literate-spork && GOOS=linux go build -ldflags="-w -s" -o ../main cmd/app/main.go && cd ..`{{execute}}
`git clone https://github.com/webngt/literate-spork && \
cd literate-spork && \
GOOS=linux go build -ldflags="-w -s" -o ../main cmd/app/main.go && \
cd -`{{execute}}

запустим Go example

`./main`{{execute}}

Java example клонируем, собираем

`git clone https://github.com/jabedhasan21/java-hello-world-with-maven.git && cd java-hello-world-with-maven && mvn package && cd ..`{{execute}}
`git clone https://github.com/jabedhasan21/java-hello-world-with-maven.git && \
cd java-hello-world-with-maven && mvn package && cd -`{{execute}}

запустим Java example

`java -cp java-hello-world-with-mave/target/jb-hello-world-maven-0.1.0.jar hello.HelloWorld`{{execute}}
`cd java-hello-world-with-maven/target && \
java -cp jb-hello-world-maven-0.2.0.jar hello.HelloWorld && \
cd -`{{execute}}


pip example
Expand Down

0 comments on commit c8bef40

Please sign in to comment.