Skip to content

Commit 0769d48

Browse files
committed
docs: update instalation
1 parent 97d8a9b commit 0769d48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The C++ Language Module for Plugify enables developers to write plugins in C++ f
2020

2121
### Installation
2222

23-
#### Option 1: Install via Plugify Plugin Manager
23+
#### Option 1: Install via Mamba Package Manager
2424

25-
You can install the C++ Language Module using the Mamba plugin manager by running the following command:
25+
You can install the C++ Language Module using the Mamba package manager by running the following command:
2626

2727
```bash
2828
mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-cpp/ plugify-module-cpp

README_ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
### Установка
2222

23-
#### Вариант 1: Установка через менеджер плагинов Plugify
23+
#### Вариант 1: Установка через менеджер пакетов Mamba
2424

25-
Вы можете установить модуль языка C++ с помощью менеджера плагинов Mamba, выполнив следующую команду:
25+
Вы можете установить модуль языка C++ с помощью менеджера пакетов Mamba, выполнив следующую команду:
2626

2727
```bash
2828
mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-cpp/ plugify-module-cpp

0 commit comments

Comments
 (0)