Skip to content

Commit

Permalink
release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 23, 2017
1 parent 470a6e5 commit 5ab775c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ What also happens here is `maddinat0r/sscanf` tells sampctl to automatically get
---
# `sampctl`

1.5.4 - Southclaws <[email protected]>
1.5.5 - Southclaws <[email protected]>

Compiles server configuration JSON to server.cfg format. Executes the server and monitors it for crashes, restarting if necessary. Provides a way to quickly download server binaries of a specified version. Provides dependency management and package build tools for library maintainers and gamemode writers alike.

Expand Down Expand Up @@ -208,7 +208,17 @@ Usage: `sampctl package <subcommand>`

For managing Pawn packages such as gamemodes and libraries.

#### Subcommands (4)
#### Subcommands (5)

### `sampctl package init`

Usage: `sampctl package init`

Helper tool to bootstrap a new package or turn an existing project into a package.

#### Flags

- `--dir value`: working directory for the project - by default, uses the current directory (default: ".")

### `sampctl package ensure`

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4
1.5.5

0 comments on commit 5ab775c

Please sign in to comment.