Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gri-gus committed Aug 31, 2024
1 parent b678b9d commit 8c4c0d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ pip install streamdeck-sdk
streamdeck_sdk startproject
```

After completing this step, the folder `com.bestdeveloper.mytestplugin.sdPlugin` will appear with a test project and
files for build.
After completing this step, the folder `com.bestdeveloper.mytestplugin.sdPlugin` will appear with a test project.

5. Build the plugin using the command:

Expand All @@ -101,7 +100,7 @@ streamdeck_sdk build -i com.bestdeveloper.mytestplugin.sdPlugin
7. Go to the Stream Deck application in the `MyTestCategory` category and set the `My action` action to any button.
8. Check the operation of the `My action` action.
When clicked, the following happens:
1. The github page opens.
1. The GitHub page opens.
2. ✅ appears on the button.

Next, edit the project in accordance with the official documentation [Stream Deck SDK](https://docs.elgato.com/sdk).
Expand Down
5 changes: 2 additions & 3 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ pip install streamdeck-sdk
streamdeck_sdk startproject
```

После выполнения этого пункта появится папка `com.bestdeveloper.mytestplugin.sdPlugin` с тестовым проектом
и файлы для сборки.
После выполнения этого пункта появится папка `com.bestdeveloper.mytestplugin.sdPlugin` с тестовым проектом.

5. Соберите плагин с помощью команды:

Expand All @@ -100,7 +99,7 @@ streamdeck_sdk build -i com.bestdeveloper.mytestplugin.sdPlugin
7. Зайдите приложение Stream Deck в категорию `MyTestCategory` и установить действие `My action` на какую-либо кнопку.
8. Проверить работу действия `My action`. При нажатии происходит следующее:
1. Открывается страница github.
1. Открывается страница GitHub.
2. Появляется ✅ на кнопке.

Далее отредактируйте проект в соответствии с официальной документацией [Stream Deck SDK](https://docs.elgato.com/sdk).
Expand Down

0 comments on commit 8c4c0d0

Please sign in to comment.