diff --git a/README-jp.md b/README-jp.md index 780714c5..ab660943 100644 --- a/README-jp.md +++ b/README-jp.md @@ -102,11 +102,14 @@ OBJECTIVEを変更すると将来のタスク一覧とOBJECTIVEのフィード # 便利コマンド - ```./clean.sh``` + ```workspace```、環境(コンテナ)をリセットします。また```./new_store.sh```も実行します - ```./backup_workspace.sh``` + ```workspace_backup```に現在時刻のフォルダを作成して```workspace```をバックアップします (環境(コンテナ)やBabyCommandAGIのデータはバックアップされないのでご注意ください) - ```./new_store.sh``` + BabyCommandAGIのデータ(覚えている情報)を新しくします。新しいデータに切り替わるため、BabyCommandAGIは何も覚えていない状態になります。 # ログ diff --git a/README.md b/README.md index 916d64bc..ad7d2a9d 100644 --- a/README.md +++ b/README.md @@ -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