[TD-3336] <docs>: update description about "make install" and start service.
This commit is contained in:
parent
424e132308
commit
39a51beef1
10
README.md
10
README.md
|
@ -176,18 +176,18 @@ option "-c test/cfg" specifies the system configuration file directory.
|
||||||
# Installing
|
# Installing
|
||||||
After building successfully, TDengine can be installed by:
|
After building successfully, TDengine can be installed by:
|
||||||
```bash
|
```bash
|
||||||
make install
|
sudo make install
|
||||||
```
|
```
|
||||||
Users can find more information about directories installed on the system in the [directory and files](https://www.taosdata.com/en/documentation/administrator/#Directory-and-Files) section. It should be noted that installing from source code does not configure service management for TDengine.
|
Users can find more information about directories installed on the system in the [directory and files](https://www.taosdata.com/en/documentation/administrator/#Directory-and-Files) section. Since version 2.0, installing from source code will also configure service management for TDengine.
|
||||||
Users can also choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) for it.
|
Users can also choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) for it.
|
||||||
|
|
||||||
To start the service after installation, in a terminal, use:
|
To start the service after installation, in a terminal, use:
|
||||||
```cmd
|
```bash
|
||||||
taosd
|
sudo systemctl start taosd
|
||||||
```
|
```
|
||||||
|
|
||||||
Then users can use the [TDengine shell](https://www.taosdata.com/en/getting-started/#TDengine-Shell) to connect the TDengine server. In a terminal, use:
|
Then users can use the [TDengine shell](https://www.taosdata.com/en/getting-started/#TDengine-Shell) to connect the TDengine server. In a terminal, use:
|
||||||
```cmd
|
```bash
|
||||||
taos
|
taos
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue