You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ Terbium is a webOS packed full of features and more!
16
16
17
17
### Getting Started
18
18
19
-
To Get started using Terbium what you want to do is either download the repository using the "code" button and downloading as a zip and extracting it or using git
19
+
To Get started using Terbium what you want to do is either download the repository using the "code" button and downloading as a zip and extracting it or using `git clone https://github.com/terbiumOS/webOS`
20
20
21
21
Next go into the directory which by defualt will be called webOS and run the following command in your Operating systems terminal which if your on windows you can type into the file explorer url and just type `cmd` or if your on linux/macos just right click the folder and select open in terminal and then run the commands below
22
22
23
23
```sh
24
24
npm install && npm start
25
25
```
26
26
27
-
Visit`localhost:6969` to use it!
27
+
Wait for everything to install then visit`localhost:6969` to use it!
0 commit comments