Skip to content

Commit

Permalink
upload to rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
doziestar committed Jun 24, 2024
1 parent 3f83576 commit 2baa4be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serverforge"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Chidozie C. Okafor <chidosiky2015@gmail.com>"]
description = "ServerForge - A robust server setup and maintenance tool"
Expand Down
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,6 @@ ServerForge is a robust, customizable server setup and maintenance tool written

## Installation

### macOS

Using Homebrew:

```bash
brew install doziestar/tap/serverforge
```

To update:

```bash
brew upgrade serverforge
```

### Linux

#### Ubuntu/Debian
Expand Down Expand Up @@ -85,14 +71,6 @@ To update:
sudo dnf update serverforge
```

### Windows

1. Download the latest release from our [GitHub Releases page](https://github.com/doziestar/serverforge/releases).
2. Extract the zip file.
3. Run the `serverforge.exe` file with administrator privileges.

To update, simply download and replace the existing `serverforge.exe` with the new version.

### Manual Installation (All Platforms)

You can also install ServerForge using our install script:
Expand All @@ -112,10 +90,6 @@ On Linux/macOS:
sudo serverforge
```

On Windows (run Command Prompt as Administrator):
```cmd
serverforge
```

Follow the interactive prompts to configure your server. ServerForge will ask for information such as:

Expand Down

0 comments on commit 2baa4be

Please sign in to comment.