diff options
author | kovalad <kovalad@yandex-team.ru> | 2022-04-11 09:56:14 +0300 |
---|---|---|
committer | kovalad <kovalad@yandex-team.ru> | 2022-04-11 09:56:14 +0300 |
commit | 2adc6ceb243ff01ee605d20a7b0b82376c07c02e (patch) | |
tree | 43944e5d48d61b0a440fb68ee7174889ca03c782 /README.md | |
parent | 75eee20c6a6d266ad188100393a47a32d8832b8d (diff) | |
download | ydb-2adc6ceb243ff01ee605d20a7b0b82376c07c02e.tar.gz |
minor fix - removed in five minutes KIKIMR-14046
ref:350a816744788b702948ce5aeb0383365dc087e0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,14 +58,14 @@ We have major experience running production systems on 64-bit x86 machines worki For development purposes we test that YDB could be built and run under latest versions of MacOS and Microsoft Windows on a regular basis. -## Getting started in 5 minutes +## Getting started 1. Install YDB using [pre-built executables](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_local), [build it from source](BUILD.md) or [use Docker container](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_docker). 1. Install [command line interace](https://ydb.tech/en/docs/getting_started/cli) tool to work with scheme and run queries. 1. Start [local cluster](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_local) or container and run [YQL query](https://ydb.tech/en/docs/yql/reference/) via [YDB CLI](https://ydb.tech/en/docs/getting_started/cli). 1. Access [Embedded UI](https://ydb.tech/en/docs/maintenance/embedded_monitoring/) via browser for schema navigation, query execution and other database development related tasks. 1. Run available [example application](https://ydb.tech/en/docs/reference/ydb-sdk/example/go/). -1. Develop an application using [YDB SDK](https://ydb.tech/en/docs/reference/ydb-sdk/) +1. Develop an application using [YDB SDK](https://ydb.tech/en/docs/reference/ydb-sdk/). ## How to build |