Skip to content

Commit

Permalink
Fixing hard-to-read parts of README
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed May 18, 2024
1 parent 18b69d4 commit d570953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ OBJECTIVEを変更すると将来のタスク一覧とOBJECTIVEのフィード
# 便利コマンド

- ```./clean.sh```

```workspace```、環境(コンテナ)をリセットします。また```./new_store.sh```も実行します
- ```./backup_workspace.sh```

```workspace_backup```に現在時刻のフォルダを作成して```workspace```をバックアップします
(環境(コンテナ)やBabyCommandAGIのデータはバックアップされないのでご注意ください)
- ```./new_store.sh```

BabyCommandAGIのデータ(覚えている情報)を新しくします。新しいデータに切り替わるため、BabyCommandAGIは何も覚えていない状態になります。

# ログ
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ Normally, you cannot respond with y or n to a command that AI is executing, but
# Useful commands

- ```. /clean.sh```

```workspace```, resets the environment (container). Also ```. /new_store.sh``` also executes
- ```. /backup_workspace.sh```

Backup your ``workspace`` by creating a folder with the current time in ``workspace_backup``.
(Note that environment (container) and BabyCommandAGI data will not be backed up.)
- ```. /new_store.sh```

New BabyCommandAGI data (remembered information) will be created. Because of the switch to new data, BabyCommandAGI will not remember anything.

# Logs
Expand Down

0 comments on commit d570953

Please sign in to comment.