Skip to content

Commit caab244

Browse files
committed
add Driver v1.9
1 parent 55996ef commit caab244

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Generation 4/Panel

Submodule Panel updated from 5e9db9d to 100e27b

README.mdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# LED Arena documentation
1+
# LED Arena Documentation
22

3-
This repository is to generate the website about [Modular LED Displays](https://reiserlab.github.io/Modular-LED-Display).
3+
This repository generates the website for [Modular LED Displays](https://reiserlab.github.io/Modular-LED-Display).
44

55
## Development Setup
66

77
### Prerequisites
88

9-
Before you begin, make sure you have the following installed:
9+
Before you begin, ensure you have the following tools installed:
1010

11-
1. **pixi** - A package manager for managing development environments
12-
- Follow the installation instructions at [pixi installation guide](https://pixi.sh/latest/#installation)
11+
1. **pixi** - Package manager for development environments
12+
- Follow the [pixi installation guide](https://pixi.sh/latest/#installation)
1313

1414
2. **rbenv** - Ruby version manager
15-
- Check if rbenv is installed by running `rbenv --version`
16-
- If not installed, follow the instructions for your platform at [rbenv installation guide](https://github.com/rbenv/rbenv#installation)
15+
- Verify installation by running `rbenv --version`
16+
- If not installed, follow the platform-specific instructions at the [rbenv installation guide](https://github.com/rbenv/rbenv#installation)
1717

1818
### Cloning the Repository
1919

20-
This repository uses git submodules. To clone the entire website with all submodules, use:
20+
This repository uses Git submodules. Clone the complete website with all submodules using:
2121

2222
```bash
2323
git clone --recurse-submodules https://github.com/reiserlab/Modular-LED-Display.git
2424
```
2525

26-
If you've already cloned the repository without submodules, you can initialize them with:
26+
If you have already cloned the repository without submodules, initialize them using:
2727

2828
```bash
2929
git submodule update --init --recursive
3030
```
3131

3232
### Running a Local Server
3333

34-
Once you have the prerequisites installed and the repository cloned, you can start a local development server:
34+
Once the prerequisites are installed and the repository is cloned, start a local development server:
3535

3636
```bash
3737
pixi run localhost
3838
```
3939

40-
This will start a local server where you can preview the website and your changes.
40+
This starts a local server where you can preview the website and test your changes.

0 commit comments

Comments
 (0)