Skip to content

Commit 5c1ad72

Browse files
committed
Released version 1.0.6
1 parent 46be55a commit 5c1ad72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up Python 3.12
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.12"
25+
python-version: "3.13"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Навигация
22
1. [What is Setezor?](#what-is-setezor)
33
2. [Installation and launch](#installation-and-launch)
4-
3. [Installation and launch of the agent on the server](#installation-and-launch-of-the-agent-on-the-server)
4+
3. [Installing and running an agent on the server](#installing-and-running-an-agent-on-the-server)
55
4. [Support](#support)
66
5. [Donations](#donations)
77

@@ -79,7 +79,7 @@ Create a working folder. It will be needed to store logs and user data:
7979
mkdir ~/setezor && cd $_
8080
```
8181

82-
Create a file ".env" and write in it variables:
82+
Create a file ".env" and write in it variables (nano .env):
8383

8484
```
8585
SECRET_KEY=abcdef
@@ -118,7 +118,7 @@ Launch of the agent:
118118
docker run --network=host --cap-add=NET_ADMIN -d lmsecure/setezor.agent:latest
119119
```
120120

121-
## Функционал CLI
121+
## CLI functionality
122122

123123
- View all available options on the server:
124124

0 commit comments

Comments
 (0)