File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.1.2
1+ 3.3.10
Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ Please [support](#support) this site and join the [Discord](https://b.remarkabl.
1111
1212## Prerequisites
1313
14- [ Ruby] ( https://www.ruby-lang.org/en/downloads/ ) 3.1.2 :
14+ [ Ruby] ( https://www.ruby-lang.org/en/downloads/ ) :
1515
1616``` sh
1717ruby --version
1818```
1919
20+ ``` sh
21+ cat .ruby-version
22+ ```
23+
2024If your version is behind, you can install ruby with [ rbenv] ( https://github.com/rbenv/rbenv ) or [ RVM] ( https://rvm.io/ ) .
2125
2226### rbenv
@@ -31,7 +35,12 @@ rbenv init
3135Reload or open a new shell:
3236
3337``` sh
34- curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
38+ source ~ /.zshrc
39+ ```
40+
41+ Install Ruby:
42+
43+ ``` sh
3544rbenv install
3645rbenv local
3746```
@@ -69,6 +78,7 @@ To switch the git submodule remote URL from HTTPS to SSH:
6978``` sh
7079cd assets
7180git remote set-url origin git@github.com:remarkablemark/assets.git
81+ cd -
7282```
7383
7484Install the dependencies:
You can’t perform that action at this time.
0 commit comments