Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bowen-xu committed Jan 31, 2024
1 parent eda0e32 commit a29c841
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ Reference:
3. Input Narsese in the console, input an positive integer to run a number of cycles, or input a comment which is a string with `'` as the beginning, e.g. `' your comment`.
4. Press `ctrl`+`C` to exit.

To develop PyNARS, clone this project by
```
git clone https://github.com/bowen-xu/PyNARS.git
```
and then update submodule(s) by
```
git submodule update --init --recursive
```


#### Contribution

1. Fork the repository
Expand Down

0 comments on commit a29c841

Please sign in to comment.