Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Feb 29, 2024
1 parent 547594d commit 44f7b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1879,9 +1879,9 @@ koyeb instances cp SRC DST [flags]

```
# To copy the file hello.txt, located in your working directory on your machine to a remote koyeb instance, in the /tmp/ directory
To copy a file called `hello.txt` from the current directory of your local machine to the `/tmp` directory of a remote Koyeb Instance, type:
$> koyeb instance cp hello.txt <instance_id>:/tmp/
# To copy the file spreadsheet.csv, located in /tmp/ in your Instance to the local directory on your machine
To copy a `spreadsheet.csv` file from the `/tmp/` directory of your Koyeb Instance to the current directory on your local machine, type:
$> koyeb instance cp <instance_id>:/tmp/spreadsheet.csv .
```

Expand Down

0 comments on commit 44f7b56

Please sign in to comment.