Skip to content

Commit bd9003c

Browse files
authored
chore: update readme (#1047)
1 parent 26700a1 commit bd9003c

File tree

7 files changed

+12
-17
lines changed

7 files changed

+12
-17
lines changed

CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# These owners will be the default owners for everything in the repo.
2-
3-
- @boojack
2+
* @boojack

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<p align="center"><a href="https://usememos.com"><img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/resources/logo-full.webp" alt="✍️ memos" /></a></p>
22

3-
<p align="center">An open-source, self-hosted memo hub with knowledge management and socialization.</p>
4-
53
<p align="center">
64
<a href="https://github.com/usememos/memos/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/usememos/memos" /></a>
75
<a href="https://hub.docker.com/r/neosmemo/memos"><img alt="Docker pull" src="https://img.shields.io/docker/pulls/neosmemo/memos.svg" /></a>
@@ -31,15 +29,13 @@
3129
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest
3230
```
3331

34-
> The `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified.
35-
36-
If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it. Memos will be running at [http://localhost:5230](http://localhost:5230).
32+
> `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified.
3733
3834
### Docker Compose
3935

40-
Example Compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml).
36+
Example docker compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml).
4137

42-
If you want to upgrade the version of memos, use the following command.
38+
You can upgrade memos with the following command.
4339

4440
```sh
4541
docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d
@@ -56,7 +52,7 @@ Contributions are what make the open source community such an amazing place to l
5652

5753
See more in [development guide](./docs/development.md).
5854

59-
## Products made by Community
55+
### Products made by Community
6056

6157
- [Moe Memos](https://memos.moe/) - Third party client for iOS and Android
6258
- [lmm214/memos-bber](https://github.com/lmm214/memos-bber) - Chrome extension
@@ -65,7 +61,7 @@ See more in [development guide](./docs/development.md).
6561
- [eallion/memos.top](https://github.com/eallion/memos.top) - A static page rendered with the Memos API
6662
- [eindex/logseq-memos-sync](https://github.com/EINDEX/logseq-memos-sync) - A Logseq plugin
6763

68-
## User stories
64+
### User stories
6965

7066
- [Memos - A Twitter Like Notes App You can Self Host](https://noted.lol/memos/)
7167

@@ -77,7 +73,7 @@ See more in [development guide](./docs/development.md).
7773

7874
## License
7975

80-
This project is open source and available under the [MIT License](https://github.com/usememos/memos/blob/main/LICENSE).
76+
[MIT License](https://github.com/usememos/memos/blob/main/LICENSE).
8177

8278
## Star history
8379

web/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"vacuum": "Vacuum",
5050
"select": "Select"
5151
},
52-
"slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.",
52+
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
5353
"auth": {
5454
"signup-as-host": "Sign up as Host",
5555
"host-tip": "You are registering as the Site Host.",

web/src/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"vacuum": "Vacuum",
5050
"select": "Select"
5151
},
52-
"slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.",
52+
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
5353
"auth": {
5454
"signup-as-host": "S'inscrire en tant qu'hôte",
5555
"host-tip": "Vous vous inscrivez en tant qu'hébergeur du site.",

web/src/locales/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"vacuum": "Pulisci",
5050
"select": "Seleziona"
5151
},
52-
"slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.",
52+
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
5353
"auth": {
5454
"signup-as-host": "Registrati come Host",
5555
"host-tip": "Ti stai registrando come Host del sito.",

web/src/locales/zh-Hant.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"vacuum": "清理",
5050
"select": "選擇"
5151
},
52-
"slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.",
52+
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
5353
"auth": {
5454
"signup-as-host": "註冊為管理員",
5555
"host-tip": "你正在註冊為管理員帳號。",

web/src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"vacuum": "清理",
5050
"select": "选择"
5151
},
52-
"slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.",
52+
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
5353
"auth": {
5454
"signup-as-host": "注册为 Host",
5555
"host-tip": "你正在注册为 Host 用户账号。",

0 commit comments

Comments
 (0)