Skip to content

Commit

Permalink
add update instructions and release version 0.2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 24, 2022
1 parent 34c4b2e commit 03b6c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.18)

set(CMAKE_C_COMPILER clang)

project(slmix VERSION 0.1.0 LANGUAGES C)
project(slmix VERSION 0.2.1 LANGUAGES C)


##############################################################################
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ make release
make webui
```

### Update
```bash
su - slmix
make cleaner
make release
make webui
```

### Config - /opt/slmix/config

```
Expand Down

0 comments on commit 03b6c91

Please sign in to comment.