File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# Навигация
221 . [ What is Setezor?] ( #what-is-setezor )
332 . [ 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 )
554 . [ Support] ( #support )
665 . [ Donations] ( #donations )
77
@@ -79,7 +79,7 @@ Create a working folder. It will be needed to store logs and user data:
7979mkdir ~ /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```
8585SECRET_KEY=abcdef
@@ -118,7 +118,7 @@ Launch of the agent:
118118docker 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
You can’t perform that action at this time.
0 commit comments