Skip to content

Commit

Permalink
Updated links to external dependencies in readme. Closes #256.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Dec 29, 2023
1 parent 232bc5d commit 280a9fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ For development, you will need the following:
* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0): the main runtime for Bonsai

1. Install [NodeJS 14](https://nodejs.org/en/)
2. Install [PostgreSQL server 9.6](https://www.openscg.com/bigsql/postgresql/installers.jsp/)
3. Download [ffmpeg shared binaries](https://ffmpeg.zeranoe.com/builds/) for your system and extract the archive's contents into `External/ffmpeg` folder in the solution root (must contain both `ffmpeg` and `ffprobe` executables).
2. Install [PostgreSQL server 9.6+](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
3. Download [ffmpeg shared binaries](https://www.ffmpeg.org/download.html) for your system and extract the archive's contents into `External/ffmpeg` folder in the solution root (must contain both `ffmpeg` and `ffprobe` executables).
4. Create a file called `appsettings.Development.json`, add the connection string:

```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
* [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0): основной рантайм для Bonsai

1. Установите [NodeJS 14](https://nodejs.org/en/)
2. Установите [PostgreSQL server 9.6](https://www.openscg.com/bigsql/postgresql/installers.jsp/)
3. Скачайте [shared-сборку ffmpeg](https://ffmpeg.zeranoe.com/builds/) для вашей операционной системы и извлеките данные в папку `External/ffmpeg` в корне проекта (необходимы исполняемые файлы `ffmpeg` и `ffprobe`).
2. Установите [PostgreSQL server 9.6+](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
3. Скачайте [shared-сборку ffmpeg](https://www.ffmpeg.org/download.html) для вашей операционной системы и извлеките данные в папку `External/ffmpeg` в корне проекта (необходимы исполняемые файлы `ffmpeg` и `ffprobe`).
4. Создайте файл `appsettings.Development.json`, пропишите строку подключения к БД:

```
Expand Down

0 comments on commit 280a9fb

Please sign in to comment.