Skip to content

Commit

Permalink
Merge pull request #54 from syfxlin/develop
Browse files Browse the repository at this point in the history
docs(no-release): Update installation steps
  • Loading branch information
syfxlin authored Jan 13, 2024
2 parents 017866f + 8fd3a39 commit ce52938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Depker (**dep**loyment, doc**ker**) is a deployment tool based on Docker, design

## Installation

1. [Install Deno](https://deno.land/manual/getting_started/installation)
2. Run the command `deno install -A https://raw.githubusercontent.com/syfxlin/depker/master/depker.ts --root /usr/local --name depker` to install depker.
1. Download executable file from [Release](https://github.com/syfxlin/depker/releases)
2. Move executable file to PATH folder
3. Refer to the examples in the [test](https://github.com/syfxlin/depker/tree/master/test) folder to write your `depker.config.ts` configuration file
4. Run the command, such as `depker deploy`

Expand Down

0 comments on commit ce52938

Please sign in to comment.