Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit e355d92

Browse files
committed
Update Docs
1 parent 21d514d commit e355d92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Runestone Academy Server and API
1313

1414
.. image:: https://readthedocs.org/projects/runestoneserver/badge/?version=latest
1515
:target: https://runestoneserver.readthedocs.io/en/latest/?badge=latest
16-
:alt: Documentation Status
16+
:alt: Documentation Status
17+
18+
**Note:** This repository will be archived very soon. All Runestone Development has moved to the ``RunestoneInteractive/rs`` monorepo.
1719

1820

1921
Runestone Server Introduction

docker/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ The ``rsmanage`` command will run many useful commands inside the container for
258258

259259
...and many other things. Just type ``rsmanage`` for a list of things it can do. For a list of options just type ``rsmanage`` and the subcommand you want followed by ``--help``; for example, ``rsmanage build --help``.
260260

261+
If at this stage you type `rsmanage --help` and you get a command not found it is likely that pip installed the command in a different location than the one in your PATH. It could be in ``~/.local/bin`` or ``/usr/local/bin`` or ``/opt/local/bin``. You can add that location to your PATH or you can just type the full path to the command. For example, ``~/.local/bin/rsmanage``
262+
261263

262264
7. Add books
263265
************
@@ -267,7 +269,7 @@ No books are installed by default; you must add books using the following proces
267269

268270
.. code-block:: bash
269271
270-
rsmanage build thinkcspy --clone https://github.com/RunestoneInteractive/thinkcspy.git
272+
rsmanage build --clone https://github.com/RunestoneInteractive/thinkcspy.git thinkcspy
271273
272274
After cloning a book, you may need to add it to the database. Most of the standard books are already there, but you can use ``rsmanage addcourse`` to add it if needed.
273275

0 commit comments

Comments
 (0)