@@ -10,7 +10,7 @@ You may also find the [Getting Started on Web](../01-web/00-getting-started.mdx)
10
10
11
11
## Set-up
12
12
13
- For brevity, set-up is split up over multiple pages:
13
+ For brevity, the set-up is split up over multiple pages:
14
14
15
15
- [ Setting up Tizen Studio] ( 01-installing-tizen-studio.md )
16
16
- [ Generating a certificate] ( 02-generating-a-certificate.md )
@@ -24,13 +24,13 @@ For brevity, set-up is split up over multiple pages:
24
24
- Generate a Tizen SDK build via the [ THEOplayer portal] ( https://portal.theoplayer.com/ ) .
25
25
- Download the [ reference app project] ( https://github.com/THEOplayer/samples-tizen )
26
26
- Read the README to get started. There is one at the root level and one in the two examples.
27
- - Import the project in Tizen Studio
27
+ - Import the project in Tizen Studio.
28
28
29
- Go to File -> Open Projects from File System
29
+ Go to File -> Open Projects from File System.
30
30
31
31
![ ] ( ../../../assets/img/import-1.jpg )
32
32
33
- Select the directory. Then press Finish.
33
+ Select the directory, then press Finish.
34
34
35
35
![ ] ( ../../../assets/img/import-2.jpg )
36
36
@@ -45,7 +45,7 @@ Select the directory. Then press Finish.
45
45
- ** src/**
46
46
- The source code of the UI application. Change or replace as desired.
47
47
- ** libs/**
48
- - (Insert your THEOplayer Tizen SDK here)
48
+ - (Insert your THEOplayer Tizen SDK here).
49
49
- ** index.html**
50
50
- Entry point of application.
51
51
- ** config.xml**
@@ -55,7 +55,7 @@ Select the directory. Then press Finish.
55
55
- ** minimum-example/**
56
56
- Contains a very minimal Tizen project example. No UI included.
57
57
- ** libs/**
58
- - (Insert your THEOplayer Tizen SDK here)
58
+ - (Insert your THEOplayer Tizen SDK here).
59
59
- ** index.html**
60
60
- Entry point of application.
61
61
- ** config.xml**
0 commit comments