this repo has no description

docs: update README.md

+11 -8
+11 -8
README.md
··· 1 - # Sequoia 1 + # Remanso CLI 2 + 3 + > [!NOTE] 4 + > Remanso CLI is a fork from [Sequoia](https://sequoia.pub) made by [Steve Dylan](https://pds.ls/at://stevedylan.dev) 2 5 3 - ![cover](https://sequoia.pub/og.png) 6 + <!-- ![cover](https://sequoia.pub/og.png) --> 4 7 5 - A CLI for publishing [Standard.site](https://standard.site) documents to the [AT Protocol](https://atproto.com). 8 + A CLI for publishing [Remanso notes](https://remanso.space) alongside [Standard.site](https://standard.site) documents to the [AT Protocol](https://atproto.com). 6 9 7 10 > [!NOTE] 8 11 > [Visit the docs for more info](https://sequoia.pub) ··· 12 15 Install the CLI 13 16 14 17 ```bash 15 - pnpm i -g sequoia-cli 18 + pnpm i -g remanso-cli 16 19 ``` 17 20 18 21 Authorize 19 22 20 23 ```bash 21 - sequoia auth 24 + remanso auth 22 25 ``` 23 26 24 27 Initialize in your blog repo 25 28 26 29 ```bash 27 - sequoia init 30 + remanso init 28 31 ``` 29 32 30 33 Publish your posts 31 34 32 35 ```bash 33 - sequoia publish 36 + remanso publish 34 37 ``` 35 38 36 39 Inject link tags for verification (optional) 37 40 38 41 ```bash 39 - sequoia inject 42 + remanso inject 40 43 ``` 41 44 42 45 [Full documentation](https://sequoia.pub)