Skip to content

Commit a1cf3af

Browse files
committed
(tweak) Update formatting
1 parent b610128 commit a1cf3af

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Project Babble is an open-source mouth tracking project designed to work with an
1212
- [Links](#links)
1313

1414
## Features
15-
- 100% Opensource! 🌟
15+
- 100% open-source! 🌟
1616
- Fast and robust! 🚀
17-
- Works with most existing blendshape standards! ⚙️
17+
- Works with existing blendshape standards! ⚙️
1818
- Constantly updated and modified! 🔧
1919

2020
## Installation
@@ -24,25 +24,32 @@ Head to the releases section and [download the latest installer](https://github.
2424
### Linux
2525
Copy, paste and run the following script into the terminal of your choice:
2626

27-
```bash -c "$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/a92a3caae24c1bfab1c7544537a654c5/raw/494a4bc5ed6c97745c7a283661d2f5530ba3d949/project-babble-install.sh)"```
27+
```bash
28+
bash -c "$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/a92a3caae24c1bfab1c7544537a654c5/raw/494a4bc5ed6c97745c7a283661d2f5530ba3d949/project-babble-install.sh)"
29+
```
2830

2931
Once it's finished installing, you can update and run the Babble app by typing `babble-app` into your terminal.
3032

3133
*You should also be able to run the Windows executable through Wine!*
3234

3335
#### Note:
34-
If you recieve a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro:
35-
- For Ubuntu or other distros with apt:
36-
```sudo apt-get install python3-tk```
37-
- For Fedora:
38-
```sudo dnf install python3-tkinter```
36+
If you recieve a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro.
37+
38+
For Ubuntu or other distros with apt:
39+
```bash
40+
sudo apt-get install python3-tk
41+
```
42+
For Fedora:
43+
```bash
44+
sudo dnf install python3-tkinter
45+
```
3946

4047
You can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter).
4148

4249
## Usage
43-
We have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite) or [ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!
50+
We have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite) and [ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!
4451

45-
Looking for something else? Check out our [documentation](https://docs.babble.diy/) here!
52+
Looking for something else? Check out our [documentation](https://docs.babble.diy/)!
4653

4754
## Links
4855
- [Our Discord](https://discord.gg/XAMZmjBktk)

0 commit comments

Comments
 (0)