Skip to content

Commit

Permalink
Fix command formatting in dev_docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 3, 2024
1 parent c1c0c1a commit fdc132c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/dev_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,13 @@ to make them run on Kive.
3. Put all of the scripts, helper scripts, and data files, into a zip file or
a tar file. For example, you could use a command like one of these:

```shell
tar cvf greetings.tar greetings.py translations.txt
```

```shell
zip greetings.zip greetings.py translations.txt
```

### Upload the Archive
Now that you have a zip file or a tar file, log in to Kive and create a new
Expand Down

0 comments on commit fdc132c

Please sign in to comment.